On Fri, Dec 16, 2022 at 12:02:38PM +0200, Artem Egorkine wrote: > A PODxt device sends 0xb2, 0xc2 or 0xf2 as a status byte for MIDI > messages over USB that should otherwise have a 0xb0, 0xc0 or 0xf0 > status byte. This is usually corrected by the driver on other OSes. > > This fixes MIDI sysex messages sent by PODxt. > > Signed-off-by: Artem Egorkine <arteme@xxxxxxxxx> > --- > sound/usb/line6/driver.c | 2 +- > sound/usb/line6/midi.c | 2 +- > sound/usb/line6/midibuf.c | 42 +++++++++++++++++++++++++++++++-------- > sound/usb/line6/midibuf.h | 2 +- > sound/usb/line6/pod.c | 3 ++- > 5 files changed, 39 insertions(+), 12 deletions(-) You sent this to the wrong list and developers: $ ./scripts/get_maintainer.pl --file sound/usb/line6/midibuf.c Jaroslav Kysela <perex@xxxxxxxx> (maintainer:SOUND) Takashi Iwai <tiwai@xxxxxxxx> (maintainer:SOUND) alsa-devel@xxxxxxxxxxxxxxxx (moderated list:SOUND) linux-kernel@xxxxxxxxxxxxxxx (open list)