All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ALSA: usb-audio: Add quirk for YAMAHA CDS3000
@ 2026-06-18 11:32 jean-louis.colaco
  2026-06-18 15:49 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: jean-louis.colaco @ 2026-06-18 11:32 UTC (permalink / raw)
  To: linux-sound; +Cc: tiwai, Jean-louis Colaco

From: Jean-louis Colaco <jean-louis.colaco@orange.fr>

This quirk is identical to the one for the Yamaha Steinberg UR22, here
applied to a CD player that also uses the Steinberg USB interface.
This quirk is necessary to avoid sporadic "clic" noise when using the DAC
of the player.

Signed-off-by: Jean-Louis Colaco <jean-louis.colaco@orange.fr>
---
 sound/usb/quirks-table.h | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index 4e9cfff4047f..64b4b7c1bd35 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -390,6 +390,20 @@ YAMAHA_DEVICE(0x105d, NULL),
 		}
 	}
 },
+{
+	USB_DEVICE(0x0499, 0x150d),
+	QUIRK_DRIVER_INFO {
+		/* .vendor_name = "Yamaha", */
+		/* .product_name = "CDS3000", */
+		QUIRK_DATA_COMPOSITE {
+			{ QUIRK_DATA_STANDARD_AUDIO(1) },
+			{ QUIRK_DATA_STANDARD_AUDIO(2) },
+			{ QUIRK_DATA_MIDI_YAMAHA(3) },
+			{ QUIRK_DATA_IGNORE(4) },
+			QUIRK_COMPOSITE_END
+		}
+	}
+},
 {
 	USB_DEVICE(0x0499, 0x1718),
 	QUIRK_DRIVER_INFO {
-- 
2.54.0


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

* Re: [PATCH 1/1] ALSA: usb-audio: Add quirk for YAMAHA CDS3000
  2026-06-18 11:32 [PATCH 1/1] ALSA: usb-audio: Add quirk for YAMAHA CDS3000 jean-louis.colaco
@ 2026-06-18 15:49 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2026-06-18 15:49 UTC (permalink / raw)
  To: jean-louis.colaco; +Cc: linux-sound, tiwai

On Thu, 18 Jun 2026 13:32:02 +0200,
jean-louis.colaco@orange.fr wrote:
> 
> From: Jean-louis Colaco <jean-louis.colaco@orange.fr>
> 
> This quirk is identical to the one for the Yamaha Steinberg UR22, here
> applied to a CD player that also uses the Steinberg USB interface.
> This quirk is necessary to avoid sporadic "clic" noise when using the DAC
> of the player.
> 
> Signed-off-by: Jean-Louis Colaco <jean-louis.colaco@orange.fr>

Applied now.  Thanks.


Takashi

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

end of thread, other threads:[~2026-06-18 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-18 11:32 [PATCH 1/1] ALSA: usb-audio: Add quirk for YAMAHA CDS3000 jean-louis.colaco
2026-06-18 15:49 ` 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.