mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
ALSA: usb-audio: Support Yamaha P-125 quirk entry
commit c286f204ce6ba7b48e3dcba53eda7df8eaa64dd9 upstream. This patch adds a USB quirk for the Yamaha P-125 digital piano. Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com> Cc: <stable@vger.kernel.org> Link: https://patch.msgid.link/20240813161053.70256-1-soyjuanarbol@gmail.com Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
82d06b8163
commit
9dd9078485
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@ YAMAHA_DEVICE(0x105a, NULL),
|
||||||
YAMAHA_DEVICE(0x105b, NULL),
|
YAMAHA_DEVICE(0x105b, NULL),
|
||||||
YAMAHA_DEVICE(0x105c, NULL),
|
YAMAHA_DEVICE(0x105c, NULL),
|
||||||
YAMAHA_DEVICE(0x105d, NULL),
|
YAMAHA_DEVICE(0x105d, NULL),
|
||||||
|
YAMAHA_DEVICE(0x1718, "P-125"),
|
||||||
{
|
{
|
||||||
USB_DEVICE(0x0499, 0x1503),
|
USB_DEVICE(0x0499, 0x1503),
|
||||||
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
|
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue