summaryrefslogtreecommitdiffstats
path: root/sound/usb/usbaudio.h
diff options
context:
space:
mode:
authorKrzysztof Foltman2010-05-20 21:31:10 +0200
committerTakashi Iwai2010-05-21 17:12:30 +0200
commit4434ade8c9334a3ab975d8993de456f06841899e (patch)
treea4255010e5118e5da3684a6f0d39b32ba79e9dd3 /sound/usb/usbaudio.h
parentALSA: pcm: fix the fix of the runtime->boundary calculation (diff)
downloadkernel-qcow2-linux-4434ade8c9334a3ab975d8993de456f06841899e.tar.gz
kernel-qcow2-linux-4434ade8c9334a3ab975d8993de456f06841899e.tar.xz
kernel-qcow2-linux-4434ade8c9334a3ab975d8993de456f06841899e.zip
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/usbaudio.h')
-rw-r--r--sound/usb/usbaudio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/usbaudio.h b/sound/usb/usbaudio.h
index d679e72a3e5c..06ebf24d3a4d 100644
--- a/sound/usb/usbaudio.h
+++ b/sound/usb/usbaudio.h
@@ -74,6 +74,7 @@ enum quirk_type {
QUIRK_MIDI_FASTLANE,
QUIRK_MIDI_EMAGIC,
QUIRK_MIDI_CME,
+ QUIRK_MIDI_AKAI,
QUIRK_MIDI_US122L,
QUIRK_AUDIO_STANDARD_INTERFACE,
QUIRK_AUDIO_FIXED_ENDPOINT,