summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorTony Das <tdas444@gmail.com>2018-11-28 20:16:37 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-12-13 09:16:16 +0100
commit86c257e05223a19a80882904ea5a14babb72eb26 (patch)
tree7272e6ed72cb9053375fc83306c0d21065e2e01a /sound
parent9d9026afc36ba7a4977453cd0bfb9cc4b9cae444 (diff)
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 <tdas444@gmail.com> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/quirks.c1
1 files changed, 1 insertions, 0 deletions
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 */