Skip to content

Commit 348f693

Browse files
JLColacotiwai
authored andcommitted
ALSA: usb-audio: Add quirk for YAMAHA CDS3000
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>
1 parent 3c7af07 commit 348f693

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

sound/usb/quirks-table.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,20 @@ YAMAHA_DEVICE(0x105d, NULL),
390390
}
391391
}
392392
},
393+
{
394+
USB_DEVICE(0x0499, 0x150d),
395+
QUIRK_DRIVER_INFO {
396+
/* .vendor_name = "Yamaha", */
397+
/* .product_name = "CDS3000", */
398+
QUIRK_DATA_COMPOSITE {
399+
{ QUIRK_DATA_STANDARD_AUDIO(1) },
400+
{ QUIRK_DATA_STANDARD_AUDIO(2) },
401+
{ QUIRK_DATA_MIDI_YAMAHA(3) },
402+
{ QUIRK_DATA_IGNORE(4) },
403+
QUIRK_COMPOSITE_END
404+
}
405+
}
406+
},
393407
{
394408
USB_DEVICE(0x0499, 0x1718),
395409
QUIRK_DRIVER_INFO {

0 commit comments

Comments
 (0)