[PATCH v3] ALSA: usb-audio: Support Yamaha P-125 quirk entry
From: Juan José Arboleda
Date: Tue Aug 13 2024 - 12:11:04 EST
This patch adds a USB quirk for the Yamaha P-125 digital piano.
Signed-off-by: Juan José Arboleda <soyjuanarbol@xxxxxxxxx>
---
Hey! Thanks for taking the time to review my patch.
I had a little mistake in V2, I forgot to stage my new diff for
amending. Sorry
Attending your sorting by id suggestion, I've moved the P-125 to the
bottom.
Regards,
-Juan
---
sound/usb/quirks-table.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index f13a8d63a019..aaa6a515d0f8 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -273,6 +273,7 @@ YAMAHA_DEVICE(0x105a, NULL),
YAMAHA_DEVICE(0x105b, NULL),
YAMAHA_DEVICE(0x105c, NULL),
YAMAHA_DEVICE(0x105d, NULL),
+YAMAHA_DEVICE(0x1718, "P-125"),
{
USB_DEVICE(0x0499, 0x1503),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
--
2.46.0