Commit f25f17d
committed
ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messages
The conversion from MIDI2 to MIDI1 UMP messages had a leftover
artifact (superfluous bit shift), and this resulted in the bogus type
check, leading to empty outputs. Let's fix it.
Fixes: e9e0281 ("ALSA: seq: Automatic conversion of UMP events")
Cc: <[email protected]>
Link: alsa-project/alsa-utils#262
Message-ID: <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>1 parent 7ee5faa commit f25f17d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
| 431 | + | |
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
| |||
0 commit comments