diff options
author | Nobutaka Okabe <nob77413@gmail.com> | 2018-03-23 06:49:44 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-03-23 16:59:12 -0400 |
commit | b00214865d65100163574ba250008f182cf90869 (patch) | |
tree | c76ac21e23e67b2ffa8c0a39a7ab54cf9e3e3ee3 | |
parent | 8e6b1a72a75bb5067ccb6b56d8ca4aa3a300a64e (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>
-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 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) | |||
1171 | switch (id) { | 1171 | switch (id) { |
1172 | case USB_ID(0x0644, 0x8043): /* TEAC UD-501/UD-503/NT-503 */ | 1172 | case USB_ID(0x0644, 0x8043): /* TEAC UD-501/UD-503/NT-503 */ |
1173 | case USB_ID(0x0644, 0x8044): /* Esoteric D-05X */ | 1173 | case USB_ID(0x0644, 0x8044): /* Esoteric D-05X */ |
1174 | case USB_ID(0x0644, 0x804a): /* TEAC UD-301 */ | ||
1174 | return true; | 1175 | return true; |
1175 | } | 1176 | } |
1176 | return false; | 1177 | return false; |