[ALSA] usb-audio: fix Emagic MIDI protocol handling
authorClemens Ladisch <clemens@ladisch.de>
Thu, 25 Aug 2005 09:10:05 +0000 (11:10 +0200)
committerJaroslav Kysela <perex@suse.cz>
Tue, 30 Aug 2005 06:47:34 +0000 (08:47 +0200)
commitc347e9fca710551f0def6a4d58505a6f4c0d87f6
tree7a581a03569249bd70d9dbba96966d94d9e96a9e
parenta278655ff5d0c9d5eb34cf99f3a4c20da09eb09e
[ALSA] usb-audio: fix Emagic MIDI protocol handling

USB generic driver
Emagic devices pad their packets not with 0xff bytes but with a 0xff
byte followed by garbage, so we have to stop at the first such byte.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/usb/usbmidi.c