summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorNobutaka Okabe <nob77413@gmail.com>2018-03-23 19:49:44 +0900
committerTakashi Iwai <tiwai@suse.de>2018-03-23 21:59:12 +0100
commitb00214865d65100163574ba250008f182cf90869 (patch)
treec76ac21e23e67b2ffa8c0a39a7ab54cf9e3e3ee3 /sound
parent8e6b1a72a75bb5067ccb6b56d8ca4aa3a300a64e (diff)
ALSA: usb-audio: Add native DSD support for TEAC UD-301
Add native DSD support quirk for TEAC UD-301 DAC, by adding the PID/VID 0644:804a. Signed-off-by: Nobutaka Okabe <nob77413@gmail.com> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-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 ea8f3de92fa4..794224e1d6df 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1171,6 +1171,7 @@ static bool is_teac_dsd_dac(unsigned int id)
switch (id) {
case USB_ID(0x0644, 0x8043): /* TEAC UD-501/UD-503/NT-503 */
case USB_ID(0x0644, 0x8044): /* Esoteric D-05X */
+ case USB_ID(0x0644, 0x804a): /* TEAC UD-301 */
return true;
}
return false;