Message ID | 20240813161053.70256-1-soyjuanarbol@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v3] ALSA: usb-audio: Support Yamaha P-125 quirk entry | expand |
On Tue, 13 Aug 2024 18:10:53 +0200, Juan José Arboleda wrote: > > This patch adds a USB quirk for the Yamaha P-125 digital piano. > > Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.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. Thanks, applied now to for-linus branch. Takashi
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) {
This patch adds a USB quirk for the Yamaha P-125 digital piano. Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.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(+)