Commit 07815a2b authored by Artem Lapkin's avatar Artem Lapkin Committed by Takashi Iwai
Browse files

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: default avatarArtem Lapkin <art@khadas.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20201103103311.5435-1-art@khadas.com


Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent ef9ce66f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1800,6 +1800,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
	case 0x278b:  /* Rotel? */
	case 0x292b:  /* Gustard/Ess based devices */
	case 0x2ab6:  /* T+A devices */
	case 0x3353:  /* Khadas devices */
	case 0x3842:  /* EVGA */
	case 0xc502:  /* HiBy devices */
		if (fp->dsd_raw)