mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 20:24:12 +08:00
ALSA: seq: ump: Fix missing System Reset message handling
The conversion from System Reset event to UMP was missing.
Add the entry for a conversion to a proper UMP System message.
Fixes: e9e02819a9
("ALSA: seq: Automatic conversion of UMP events")
Link: https://lore.kernel.org/r/20240531123718.13420-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
6386682cdc
commit
55fac50ea4
@ -1075,6 +1075,8 @@ static const struct seq_ev_to_ump seq_ev_ump_encoders[] = {
|
||||
system_ev_to_ump_midi1, system_ev_to_ump_midi2 },
|
||||
{ SNDRV_SEQ_EVENT_SENSING, UMP_SYSTEM_STATUS_ACTIVE_SENSING,
|
||||
system_ev_to_ump_midi1, system_ev_to_ump_midi2 },
|
||||
{ SNDRV_SEQ_EVENT_RESET, UMP_SYSTEM_STATUS_RESET,
|
||||
system_ev_to_ump_midi1, system_ev_to_ump_midi2 },
|
||||
};
|
||||
|
||||
static const struct seq_ev_to_ump *find_ump_encoder(int type)
|
||||
|
Loading…
Reference in New Issue
Block a user