]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sound: seq_midi_event: fix decoding of (N)RPN events
authorClemens Ladisch <clemens@ladisch.de>
Mon, 22 Jun 2009 08:01:59 +0000 (10:01 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 2 Jul 2009 23:50:30 +0000 (16:50 -0700)
commit81a4f7d8e89ce49e73c86ce2d1d336a49651168f
tree561269fe7c5b157fefd6277bec7c4d1c4e632bbd
parent42848904e9e78a3aae7c03b1539268ef82114017
sound: seq_midi_event: fix decoding of (N)RPN events

commit 6423f9ea8035138d70bae1a278d3b57b743f8b3e upstream.

When decoding (N)RPN sequencer events into raw MIDI commands, the
extra_decode_xrpn() function had accidentally swapped the MSB and LSB
controller values of both the parameter number and the data value.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/core/seq/seq_midi_event.c