]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ALSA: usb-audio: Add quirk for YAMAHA CDS3000
authorJean-Louis Colaco <jean-louis.colaco@orange.fr>
Thu, 18 Jun 2026 11:32:02 +0000 (13:32 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 18 Jun 2026 15:48:56 +0000 (17:48 +0200)
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>
Link: https://patch.msgid.link/20260618113202.8363-1-jean-louis.colaco@orange.fr
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/quirks-table.h

index 97f28c53d20150094230ef222d1aa3604995127a..71444c2898b4b281eba924ec3e96020757c2a560 100644 (file)
@@ -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 {