Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a0aba55 authored by Udo Eberhardt's avatar Udo Eberhardt Committed by Greg Kroah-Hartman
Browse files

ALSA: usb-audio: Add support for new T+A USB DAC



commit 3bff2407fbd28fd55ad5b5cccd98fc0c9598f23b upstream.

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: default avatarUdo Eberhardt <udo.eberhardt@thesycon.de>
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 93e7d510
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1448,6 +1448,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
	case 0x20b1:  /* XMOS based devices */
	case 0x152a:  /* Thesycon devices */
	case 0x25ce:  /* Mytek devices */
	case 0x2ab6:  /* T+A devices */
		if (fp->dsd_raw)
			return SNDRV_PCM_FMTBIT_DSD_U32_BE;
		break;