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;