]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: USB MIDI support for Access Music VirusTI
authorSebastien Alaiwan <sebastien.alaiwan@gmail.com>
Tue, 16 Feb 2010 07:55:08 +0000 (08:55 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 16 Feb 2010 08:34:56 +0000 (09:34 +0100)
commit24185a33d694871153a6f0632c4cfc09ed0b9beb
tree6a6d0fdaae86bd4089e66578dd2bed19a6987d87
parent2cd5d9b978235bfc046c74bc930d8eeeccf962a1
ALSA: USB MIDI support for Access Music VirusTI

Here's a patch that adds MIDI support through USB for one of the Access
Music synths, the VirusTI.

The synth uses standard USBMIDI protocol on its USB interface 3, although
it does signal "vendor specific" class. A magic string has to be sent on
interface 3 to enable the sending of MIDI from the synth (this string was
found by sniffing usb communication of the Windows driver). This is all
my patch does, and it works on my computer.

Please note that the synth can also do standard usb audio I/O on its
interfaces 2&3, which already works with the current snd-usb-audio driver,
except for the audio input from the synth. I'm going to work on it when I
have some time.

Signed-off-by: Sebastien Alaiwan <sebastien.alaiwan@gmail.com>
Signed-off-by: Clemens Ladisch <clemens@ladisch.de> (cosmetics, list terminator)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/usb/usbaudio.c
sound/usb/usbmidi.c
sound/usb/usbquirks.h