commit | 19073084ce0ae63d69d84628315a90e84cf801cc | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Mon Jun 22 10:01:59 2009 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jul 02 16:40:57 2009 -0700 |
tree | 3fe825aa4d6f9f738d274f992a3fcd0a910b004e | |
parent | 93203883b19d61bbeb7a23fe9166bdac0f5f877a [diff] |
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>