aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/quirks.c
diff options
context:
space:
mode:
authorJussi Laako <jussi@sonarnerd.net>2022-11-09 00:12:41 +0200
committerTakashi Iwai <tiwai@suse.de>2022-11-09 07:24:30 +0100
commit8cbd4725ffff3eface1f5f3397af02acad5b2831 (patch)
tree2e7a9fb38a73cce615787869d245b00fcf03624d /sound/usb/quirks.c
parentALSA: usb-audio: Add quirk entry for M-Audio Micro (diff)
downloadlinux-dev-8cbd4725ffff3eface1f5f3397af02acad5b2831.tar.xz
linux-dev-8cbd4725ffff3eface1f5f3397af02acad5b2831.zip
ALSA: usb-audio: Add DSD support for Accuphase DAC-60
Accuphase DAC-60 option card supports native DSD up to DSD256, but doesn't have support for auto-detection. Explicitly enable DSD support for the correct altsetting. Signed-off-by: Jussi Laako <jussi@sonarnerd.net> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20221108221241.1220878-1-jussi@sonarnerd.net Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
-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 2dd19a5c3026..aedc3987a4cf 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1875,6 +1875,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
/* XMOS based USB DACs */
switch (chip->usb_id) {
case USB_ID(0x1511, 0x0037): /* AURALiC VEGA */
+ case USB_ID(0x21ed, 0xd75a): /* Accuphase DAC-60 option card */
case USB_ID(0x2522, 0x0012): /* LH Labs VI DAC Infinity */
case USB_ID(0x2772, 0x0230): /* Pro-Ject Pre Box S2 Digital */
if (fp->altsetting == 2)