diff options
author | Udo Eberhardt <udo.eberhardt@thesycon.de> | 2019-02-05 17:20:47 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-02-05 17:21:55 +0100 |
commit | 3bff2407fbd28fd55ad5b5cccd98fc0c9598f23b (patch) | |
tree | 1a41b6047ffe56be4c3c471e2e819284481141fc /sound/usb | |
parent | 305a0ade180981686eec1f92aa6252a7c6ebb1cf (diff) | |
download | linux-3bff2407fbd28fd55ad5b5cccd98fc0c9598f23b.tar.gz linux-3bff2407fbd28fd55ad5b5cccd98fc0c9598f23b.tar.bz2 linux-3bff2407fbd28fd55ad5b5cccd98fc0c9598f23b.zip |
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>
Diffstat (limited to 'sound/usb')
-rw-r--r-- | sound/usb/quirks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c index bb8372833fc2..7e65fe853ee3 100644 --- a/sound/usb/quirks.c +++ b/sound/usb/quirks.c @@ -1567,6 +1567,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; |