Skip to content

Commit c286f20

Browse files
juanarboltiwai
authored andcommitted
ALSA: usb-audio: Support Yamaha P-125 quirk entry
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>
1 parent 8475a1d commit c286f20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/usb/quirks-table.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ YAMAHA_DEVICE(0x105a, NULL),
273273
YAMAHA_DEVICE(0x105b, NULL),
274274
YAMAHA_DEVICE(0x105c, NULL),
275275
YAMAHA_DEVICE(0x105d, NULL),
276+
YAMAHA_DEVICE(0x1718, "P-125"),
276277
{
277278
USB_DEVICE(0x0499, 0x1503),
278279
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {

0 commit comments

Comments
 (0)