Skip to content

Commit 07815a2

Browse files
Artem Lapkintiwai
authored andcommitted
ALSA: usb-audio: add usb vendor id as DSD-capable for Khadas devices
Khadas audio devices ( USB_ID_VENDOR 0x3353 ) have DSD-capable implementations from XMOS need add new usb vendor id for recognition Signed-off-by: Artem Lapkin <art@khadas.com> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20201103103311.5435-1-art@khadas.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent ef9ce66 commit 07815a2

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
@@ -1800,6 +1800,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
18001800
case 0x278b: /* Rotel? */
18011801
case 0x292b: /* Gustard/Ess based devices */
18021802
case 0x2ab6: /* T+A devices */
1803+
case 0x3353: /* Khadas devices */
18031804
case 0x3842: /* EVGA */
18041805
case 0xc502: /* HiBy devices */
18051806
if (fp->dsd_raw)

0 commit comments

Comments
 (0)