From: Tony Das Date: Wed, 28 Nov 2018 20:16:37 +0000 (+0000) Subject: ALSA: usb-audio: Add SMSL D1 to quirks for native DSD support X-Git-Tag: rel_imx_4.19.35_1.1.0~7995 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=86c257e05223a19a80882904ea5a14babb72eb26;p=linux.git ALSA: usb-audio: Add SMSL D1 to quirks for native DSD support commit 44ff57e685f96d0cb9540004cc9d1d880e7a4315 upstream. This patch adds quirk VID/PID IDs for the SMSL D1 in order to enable Native DSD support. [ Moved the added entry in numerical order -- tiwai ] Signed-off-by: Tony Das Cc: Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c index 8a945ece9869..6623cafc94f2 100644 --- a/sound/usb/quirks.c +++ b/sound/usb/quirks.c @@ -1373,6 +1373,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip, return SNDRV_PCM_FMTBIT_DSD_U32_BE; break; + case USB_ID(0x152a, 0x85de): /* SMSL D1 DAC */ case USB_ID(0x16d0, 0x09dd): /* Encore mDSD */ case USB_ID(0x0d8c, 0x0316): /* Hegel HD12 DSD */ case USB_ID(0x16b0, 0x06b2): /* NuPrime DAC-10 */