Skip to content

Commit 3bff240

Browse files
udoetiwai
authored andcommitted
ALSA: usb-audio: Add support for new T+A USB DAC
This patch adds the T+A VID to the generic check in order to enable native DSD support for T+A devices. This works with the new T+A USB DAC model SD3100HV and will also work with future devices which support the XMOS/Thesycon style DSD format. Signed-off-by: Udo Eberhardt <udo.eberhardt@thesycon.de> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 305a0ad commit 3bff240

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
@@ -1567,6 +1567,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
15671567
case 0x20b1: /* XMOS based devices */
15681568
case 0x152a: /* Thesycon devices */
15691569
case 0x25ce: /* Mytek devices */
1570+
case 0x2ab6: /* T+A devices */
15701571
if (fp->dsd_raw)
15711572
return SNDRV_PCM_FMTBIT_DSD_U32_BE;
15721573
break;

0 commit comments

Comments
 (0)