mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
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>
This commit is contained in:
parent
3c7af07943
commit
348f69320e
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user