* [PATCH] ALSA: usb-audio: Add native DSD support for TEAC UD-301
@ 2018-03-23 10:49 Nobutaka Okabe
2018-03-23 21:00 ` Takashi Iwai
0 siblings, 1 reply; 3+ messages in thread
From: Nobutaka Okabe @ 2018-03-23 10:49 UTC (permalink / raw)
To: alsa-devel; +Cc: Nobutaka Okabe
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>
---
Annotation: This patch should be applied before the "Luxman DA-06" patch set.
Previously, I sent this patch to alsa-dev ML, but the status is "pending".
So, I send again.
sound/usb/quirks.c | 1 +
1 file changed, 1 insertion(+)
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;
--
2.11.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH] ALSA: usb-audio: Add native DSD support for TEAC UD-301
@ 2018-03-23 9:55 Nobutaka Okabe
0 siblings, 0 replies; 3+ messages in thread
From: Nobutaka Okabe @ 2018-03-23 9:55 UTC (permalink / raw)
To: alsa-devel; +Cc: Nobutaka Okabe
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>
---
sound/usb/quirks.c | 1 +
1 file changed, 1 insertion(+)
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;
--
2.11.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-23 21:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-23 10:49 [PATCH] ALSA: usb-audio: Add native DSD support for TEAC UD-301 Nobutaka Okabe
2018-03-23 21:00 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2018-03-23 9:55 Nobutaka Okabe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).