All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: usb: add more device quirks for USB DSD devices
@ 2018-02-11 13:50 Daniel Mack
  2018-02-12  8:37 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Mack @ 2018-02-11 13:50 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, tgresens, Daniel Mack

Add some more devices that need quirks to handle DSD modes correctly.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Reported-and-tested-by: Thomas Gresens <tgresens@gmail.com>
---
 sound/usb/quirks.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index a66ef5777887..ea8f3de92fa4 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1363,8 +1363,11 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
 			return SNDRV_PCM_FMTBIT_DSD_U32_BE;
 		break;
 
-	/* Amanero Combo384 USB interface with native DSD support */
-	case USB_ID(0x16d0, 0x071a):
+	/* Amanero Combo384 USB based DACs with native DSD support */
+	case USB_ID(0x16d0, 0x071a):  /* Amanero - Combo384 */
+	case USB_ID(0x2ab6, 0x0004):  /* T+A DAC8DSD-V2.0, MP1000E-V2.0, MP2000R-V2.0, MP2500R-V2.0, MP3100HV-V2.0 */
+	case USB_ID(0x2ab6, 0x0005):  /* T+A USB HD Audio 1 */
+	case USB_ID(0x2ab6, 0x0006):  /* T+A USB HD Audio 2 */
 		if (fp->altsetting == 2) {
 			switch (le16_to_cpu(chip->dev->descriptor.bcdDevice)) {
 			case 0x199:
-- 
2.14.3

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

* Re: [PATCH] ALSA: usb: add more device quirks for USB DSD devices
  2018-02-11 13:50 [PATCH] ALSA: usb: add more device quirks for USB DSD devices Daniel Mack
@ 2018-02-12  8:37 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2018-02-12  8:37 UTC (permalink / raw)
  To: Daniel Mack; +Cc: tgresens, alsa-devel

On Sun, 11 Feb 2018 14:50:27 +0100,
Daniel Mack wrote:
> 
> Add some more devices that need quirks to handle DSD modes correctly.
> 
> Signed-off-by: Daniel Mack <daniel@zonque.org>
> Reported-and-tested-by: Thomas Gresens <tgresens@gmail.com>

Applied, thanks.


Takashi

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

end of thread, other threads:[~2018-02-12  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-11 13:50 [PATCH] ALSA: usb: add more device quirks for USB DSD devices Daniel Mack
2018-02-12  8:37 ` 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.