All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

* Re: [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, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2018-03-23 21:00 UTC (permalink / raw)
  To: Nobutaka Okabe; +Cc: alsa-devel

On Fri, 23 Mar 2018 11:49:44 +0100,
Nobutaka Okabe wrote:
> 
> 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>

Applied now, thanks.

> ---
> 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.

A manual approval of a post from unsubscribed person may take some
time.


Takashi

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [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

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  9:55 [PATCH] ALSA: usb-audio: Add native DSD support for TEAC UD-301 Nobutaka Okabe
2018-03-23 10:49 Nobutaka Okabe
2018-03-23 21:00 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.