Skip to content

Commit 9544f8b

Browse files
lintweakertiwai
authored andcommitted
ALSA: usb: Add native DSD support for Gustard DAC-X20U
This patch adds native DSD support for the Gustard DAC-X20U. Signed-off-by: Jurgen Kramer <gtmkramer@xs4all.nl> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent e24b6c0 commit 9544f8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/usb/quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,6 +1268,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
12681268
return SNDRV_PCM_FMTBIT_DSD_U32_BE;
12691269
break;
12701270

1271+
case USB_ID(0x20b1, 0x000a): /* Gustard DAC-X20U */
12711272
case USB_ID(0x20b1, 0x2009): /* DIYINHK DSD DXD 384kHz USB to I2S/DSD */
12721273
case USB_ID(0x20b1, 0x2023): /* JLsounds I2SoverUSB */
12731274
if (fp->altsetting == 3)

0 commit comments

Comments
 (0)