diff options
author | Krzysztof Foltman <wdev@foltman.com> | 2010-05-20 21:31:10 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-05-21 17:12:30 +0200 |
commit | 4434ade8c9334a3ab975d8993de456f06841899e (patch) | |
tree | a4255010e5118e5da3684a6f0d39b32ba79e9dd3 /sound/usb/usbaudio.h | |
parent | ALSA: pcm: fix the fix of the runtime->boundary calculation (diff) | |
download | linux-4434ade8c9334a3ab975d8993de456f06841899e.tar.xz 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 '')
-rw-r--r-- | sound/usb/usbaudio.h | 1 |
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, |