Skip to content

Commit 16771c7

Browse files
lintweakertiwai
authored andcommitted
ALSA: usb: Add native DSD support for Aune X1S
This patch adds native DSD support for the Aune X1S 32BIT/384 DSD DAC Signed-off-by: Jurgen Kramer <gtmkramer@xs4all.nl> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 94d505e commit 16771c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/usb/quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,6 +1274,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
12741274
case USB_ID(0x20b1, 0x000a): /* Gustard DAC-X20U */
12751275
case USB_ID(0x20b1, 0x2009): /* DIYINHK DSD DXD 384kHz USB to I2S/DSD */
12761276
case USB_ID(0x20b1, 0x2023): /* JLsounds I2SoverUSB */
1277+
case USB_ID(0x20b1, 0x3023): /* Aune X1S 32BIT/384 DSD DAC */
12771278
if (fp->altsetting == 3)
12781279
return SNDRV_PCM_FMTBIT_DSD_U32_BE;
12791280
break;

0 commit comments

Comments
 (0)