alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ALSA: usb-audio: Add SMSL D1 to quirks for native DSD support
@ 2018-11-28 20:16 Tony Das
  2018-11-29  8:36 ` Takashi Iwai
  2019-01-21 16:33 ` Jussi Laako
  0 siblings, 2 replies; 7+ messages in thread
From: Tony Das @ 2018-11-28 20:16 UTC (permalink / raw)
  To: alsa-devel

This patch adds quirk VID/PID IDs for the SMSL D1 in order to enable
Native DSD support.

Signed-off-by: Tony Das <tdas444@gmail.com>
---
Author: Tony Das <tdas444@gmail.com>
Date: Tue Nov 27 22:13:30 2018 +0000

diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 3d0f09108c98..aeac6bb7e111 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1515,6 +1515,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct
snd_usb_audio *chip,
   case USB_ID(0x27f7, 0x3002): /* W4S DAC-2v2SE */
   case USB_ID(0x29a2, 0x0086): /* Mutec MC3+ USB */
   case USB_ID(0x6b42, 0x0042): /* MSB Technology */
+   case USB_ID(0x152a, 0x85de): /* SMSL D1 DAC */
       if (fp->altsetting == 3)
           return SNDRV_PCM_FMTBIT_DSD_U32_BE;
       break;

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

end of thread, other threads:[~2019-01-29 10:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-28 20:16 [PATCH] ALSA: usb-audio: Add SMSL D1 to quirks for native DSD support Tony Das
2018-11-29  8:36 ` Takashi Iwai
2019-01-21 16:33 ` Jussi Laako
2019-01-21 21:34   ` Takashi Iwai
2019-01-28 22:47     ` [PATCH 0/1] ALSA: usb-audio: Cleanup DSD whitelist Jussi Laako
2019-01-28 22:47       ` [PATCH] " Jussi Laako
2019-01-29 10:08         ` Takashi Iwai

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