summaryrefslogtreecommitdiffstats
path: root/sound/usb/quirks.c
diff options
context:
space:
mode:
authorOlek Poplavsky2019-01-25 05:30:03 +0100
committerGreg Kroah-Hartman2019-02-06 17:30:13 +0100
commiteaf53ee6fba715f452ca1ae813edc5a462b9d7c3 (patch)
treeed5005c9ca5bd1b72b96c6f262aaad221d5dc388 /sound/usb/quirks.c
parentmmc: mediatek: fix incorrect register setting of hs400_cmd_int_delay (diff)
downloadkernel-qcow2-linux-eaf53ee6fba715f452ca1ae813edc5a462b9d7c3.tar.gz
kernel-qcow2-linux-eaf53ee6fba715f452ca1ae813edc5a462b9d7c3.tar.xz
kernel-qcow2-linux-eaf53ee6fba715f452ca1ae813edc5a462b9d7c3.zip
ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
commit 9e6966646b6bc5078d579151b90016522d4ff2cb upstream. This patch adds quirk VID/PID IDs for the Opus #3 DAP (made by 'The Bit') in order to enable Native DSD support. [ NOTE: this could be handled in the generic way with fp->dvd_raw if we add 0x10cb to the vendor whitelist, but since 0x10cb shows a different vendor name (Erantech), put to the individual entry at this time -- tiwai ] Signed-off-by: Olek Poplavsky <woodenbits@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/usb/quirks.c')
-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 6623cafc94f2..7e93686a430a 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(0x10cb, 0x0103): /* The Bit Opus #3; with fp->dsd_raw */
case USB_ID(0x152a, 0x85de): /* SMSL D1 DAC */
case USB_ID(0x16d0, 0x09dd): /* Encore mDSD */
case USB_ID(0x0d8c, 0x0316): /* Hegel HD12 DSD */