Skip to content

Commit 8cbd472

Browse files
jlaakotiwai
authored andcommitted
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 <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 2f01a61 commit 8cbd472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/usb/quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1875,6 +1875,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
18751875
/* XMOS based USB DACs */
18761876
switch (chip->usb_id) {
18771877
case USB_ID(0x1511, 0x0037): /* AURALiC VEGA */
1878+
case USB_ID(0x21ed, 0xd75a): /* Accuphase DAC-60 option card */
18781879
case USB_ID(0x2522, 0x0012): /* LH Labs VI DAC Infinity */
18791880
case USB_ID(0x2772, 0x0230): /* Pro-Ject Pre Box S2 Digital */
18801881
if (fp->altsetting == 2)

0 commit comments

Comments
 (0)