]> www.infradead.org Git - users/dwmw2/linux.git/commit
ALSA: seq: ump: Explicitly reset RPN with Null RPN
authorTakashi Iwai <tiwai@suse.de>
Wed, 31 Jul 2024 13:05:26 +0000 (15:05 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 31 Jul 2024 13:08:54 +0000 (15:08 +0200)
commit98ea612dd1150adb61cd2a0e93875e1cc77e6b87
tree239a9768b64554aeda846efd61f4722a145f81e3
parenta4ff92ff0bdd731eca9f0b50b1cbb5aba89be4b2
ALSA: seq: ump: Explicitly reset RPN with Null RPN

RPN with 127:127 is treated as a Null RPN, just to reset the
parameters, and it's not translated to MIDI2.  Although the current
code can work as is in most cases, better to implement the RPN reset
explicitly for Null message.

Link: https://patch.msgid.link/20240731130528.12600-6-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_ump_convert.c