[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240813161053.70256-1-soyjuanarbol@gmail.com>
Date: Tue, 13 Aug 2024 11:10:53 -0500
From: Juan José Arboleda <soyjuanarbol@...il.com>
To: linux-sound@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: tiwai@...e.com,
Juan José Arboleda <soyjuanarbol@...il.com>
Subject: [PATCH v3] 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@...il.com>
---
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
Powered by blists - more mailing lists