]> www.infradead.org Git - users/hch/dma-mapping.git/commit
ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messages
authorTakashi Iwai <tiwai@suse.de>
Tue, 25 Jun 2024 09:51:58 +0000 (11:51 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 25 Jun 2024 09:53:00 +0000 (11:53 +0200)
commitc5ab94ea280a9b4108723eecf0a636e22a5bb137
tree6634a14a246b7fbdbfa1785a9ec8b434f92fa8f8
parent17563b4a19d1844bdbccc7a82d2f31c28ca9cfae
ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messages

The conversion from the legacy event to MIDI2 UMP for RPN and NRPN
missed the setup of the channel number, resulting in always the
channel 0.  Fix it.

Fixes: e9e02819a98a ("ALSA: seq: Automatic conversion of UMP events")
Link: https://patch.msgid.link/20240625095200.25745-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_ump_convert.c