From: Ricard Wanderlof Date: Fri, 16 Oct 2015 11:38:33 +0000 (+0200) Subject: ALSA: USB-audio: Add support for Novation Nocturn MIDIcontrol surface X-Git-Tag: v5.15~14585^2~31^2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dab9981756dbc3c50c194811f176f0d658c171af;p=platform%2Fkernel%2Flinux-starfive.git ALSA: USB-audio: Add support for Novation Nocturn MIDIcontrol surface The Nocturn needs the MIDI_RAW_BYTES quirk, like other Novation devices. Tested that the Nocturn shows up in aconnect, and that it can be used as a control surface (using the xtor synthesizer patch editor). Signed-off-by: Ricard Wanderlof Signed-off-by: Takashi Iwai --- diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h index e475665..99de061 100644 --- a/sound/usb/quirks-table.h +++ b/sound/usb/quirks-table.h @@ -2664,6 +2664,15 @@ YAMAHA_DEVICE(0x7010, "UB99"), } }, { + USB_DEVICE(0x1235, 0x000a), + .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { + /* .vendor_name = "Novation", */ + /* .product_name = "Nocturn", */ + .ifnum = 0, + .type = QUIRK_MIDI_RAW_BYTES + } +}, +{ USB_DEVICE(0x1235, 0x000e), .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { /* .vendor_name = "Novation", */