Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] ALSA: usb-audio: Add DSD quirk for LEAK Stereo 230
@ 2025-11-17 12:58 i.v.zhaldak
  2025-11-17 16:28 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: i.v.zhaldak @ 2025-11-17 12:58 UTC (permalink / raw)
  To: linux-sound; +Cc: Ivan Zhaldak

From: Ivan Zhaldak <i.v.zhaldak@gmail.com>

Integrated amplifier LEAK Stereo 230 by IAG Limited has built-in
ESS9038Q2M DAC served by XMOS controller. It supports both DSD Native
and DSD-over-PCM (DoP) operational modes. But it doesn't work properly
by default and tries DSD-to-PCM conversion. USB quirks below allow it
to operate as designed.
 
Add DSD_RAW quirk flag for IAG Limited devices (vendor ID 0x2622)
Add DSD format quirk for LEAK Stereo 230 (USB ID 0x2622:0x0061)

Signed-off-by: Ivan Zhaldak <i.v.zhaldak@gmail.com>
---
 sound/usb/quirks.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 5e30bff69f82..61bd61ffb1b2 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -2030,6 +2030,7 @@ u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
 	case USB_ID(0x249c, 0x9326): /* M2Tech Young MkIII */
 	case USB_ID(0x2616, 0x0106): /* PS Audio NuWave DAC */
 	case USB_ID(0x2622, 0x0041): /* Audiolab M-DAC+ */
+	case USB_ID(0x2622, 0x0061): /* LEAK Stereo 230 */
 	case USB_ID(0x278b, 0x5100): /* Rotel RC-1590 */
 	case USB_ID(0x27f7, 0x3002): /* W4S DAC-2v2SE */
 	case USB_ID(0x29a2, 0x0086): /* Mutec MC3+ USB */
@@ -2428,6 +2429,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
 		   QUIRK_FLAG_DSD_RAW),
 	VENDOR_FLG(0x25ce, /* Mytek devices */
 		   QUIRK_FLAG_DSD_RAW),
+	VENDOR_FLG(0x2622, /* IAG Limited devices */
+		   QUIRK_FLAG_DSD_RAW),
 	VENDOR_FLG(0x278b, /* Rotel? */
 		   QUIRK_FLAG_DSD_RAW),
 	VENDOR_FLG(0x292b, /* Gustard/Ess based devices */
-- 
2.51.2


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

* Re: [PATCH] ALSA: usb-audio: Add DSD quirk for LEAK Stereo 230
  2025-11-17 12:58 [PATCH] ALSA: usb-audio: Add DSD quirk for LEAK Stereo 230 i.v.zhaldak
@ 2025-11-17 16:28 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2025-11-17 16:28 UTC (permalink / raw)
  To: i.v.zhaldak; +Cc: linux-sound

On Mon, 17 Nov 2025 13:58:35 +0100,
i.v.zhaldak@gmail.com wrote:
> 
> From: Ivan Zhaldak <i.v.zhaldak@gmail.com>
> 
> Integrated amplifier LEAK Stereo 230 by IAG Limited has built-in
> ESS9038Q2M DAC served by XMOS controller. It supports both DSD Native
> and DSD-over-PCM (DoP) operational modes. But it doesn't work properly
> by default and tries DSD-to-PCM conversion. USB quirks below allow it
> to operate as designed.
>  
> Add DSD_RAW quirk flag for IAG Limited devices (vendor ID 0x2622)
> Add DSD format quirk for LEAK Stereo 230 (USB ID 0x2622:0x0061)
> 
> Signed-off-by: Ivan Zhaldak <i.v.zhaldak@gmail.com>

Applied now.  Thanks.


Takashi

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

end of thread, other threads:[~2025-11-17 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-17 12:58 [PATCH] ALSA: usb-audio: Add DSD quirk for LEAK Stereo 230 i.v.zhaldak
2025-11-17 16:28 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox