Message ID | 20180323104944.6774-1-nob77413@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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;
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(+)