ALSA: seq: Fix yet another spot for system message conversion
authorTakashi Iwai <tiwai@suse.de>
Thu, 30 May 2024 10:10:43 +0000 (12:10 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 30 May 2024 10:11:20 +0000 (12:11 +0200)
commit700fe6fd093d08c6da2bda8efe00479b0e617327
treeb58be86a5bc2bb26075ad581bc0262ac2fe2d536
parentbc42ca002d5d211f9c57334b9b4c25ddb0b4ec35
ALSA: seq: Fix yet another spot for system message conversion

We fixed the incorrect UMP type for system messages in the recent
commit, but it missed one place in system_ev_to_ump_midi1().
Fix it now.

Fixes: e9e02819a98a ("ALSA: seq: Automatic conversion of UMP events")
Fixes: c2bb79613fed ("ALSA: seq: Fix incorrect UMP type for system messages")
Link: https://lore.kernel.org/r/20240530101044.17524-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_ump_convert.c