summaryrefslogtreecommitdiffstats
path: root/sound/usb/quirks.c
diff options
context:
space:
mode:
authorKrzysztof Foltman <wdev@foltman.com>2010-05-20 20:31:10 +0100
committerTakashi Iwai <tiwai@suse.de>2010-05-21 17:12:30 +0200
commit4434ade8c9334a3ab975d8993de456f06841899e (patch)
treea4255010e5118e5da3684a6f0d39b32ba79e9dd3 /sound/usb/quirks.c
parentead4046b2fdfd69acc4272e693afd249ad3eb689 (diff)
downloadop-kernel-dev-4434ade8c9334a3ab975d8993de456f06841899e.zip
op-kernel-dev-4434ade8c9334a3ab975d8993de456f06841899e.tar.gz
ALSA: usb-audio: add support for Akai MPD16
The decoding/encoding is based on own reverse-engineering. Both control and data ports are handled. Writing to control port supports SysEx events only, as this is the only type of messages that MPD16 recognizes. Signed-off-by: Krzysztof Foltman <wdev@foltman.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/quirks.c')
-rw-r--r--sound/usb/quirks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 136e5b4..b45e54c 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -289,6 +289,7 @@ int snd_usb_create_quirk(struct snd_usb_audio *chip,
[QUIRK_MIDI_FASTLANE] = create_any_midi_quirk,
[QUIRK_MIDI_EMAGIC] = create_any_midi_quirk,
[QUIRK_MIDI_CME] = create_any_midi_quirk,
+ [QUIRK_MIDI_AKAI] = create_any_midi_quirk,
[QUIRK_AUDIO_STANDARD_INTERFACE] = create_standard_audio_quirk,
[QUIRK_AUDIO_FIXED_ENDPOINT] = create_fixed_stream_quirk,
[QUIRK_AUDIO_EDIROL_UAXX] = create_uaxx_quirk,
OpenPOWER on IntegriCloud