linux/sound/core/seq
Takashi Iwai edb3277619 ALSA: seq: Fix incorrect UMP type for system messages
When converting a legacy system message to a UMP packet, it forgot to
modify the UMP type field but keeping the default type (either type 2
or 4).  Correct to the right type for system messages.

Fixes: e9e02819a9 ("ALSA: seq: Automatic conversion of UMP events")
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20240529083800.5742-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2024-05-29 10:39:40 +02:00
..
oss ALSA: core: Use *-y instead of *-objs in Makefile 2024-05-08 18:17:32 +02:00
Kconfig ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENT 2024-02-15 15:03:56 +01:00
Makefile ALSA: core: Use *-y instead of *-objs in Makefile 2024-05-08 18:17:32 +02:00
seq.c
seq_clientmgr.c ALSA: seq: Create device with snd_device_alloc() 2023-08-17 09:24:28 +02:00
seq_clientmgr.h ALSA: seq: Add UMP group filter 2023-05-23 12:11:38 +02:00
seq_compat.c ALSA: seq: core: Use automatic cleanup of kfree() 2024-02-23 10:57:31 +01:00
seq_dummy.c ALSA: seq: dummy: Allow UMP conversion 2024-04-19 12:11:47 +02:00
seq_fifo.c ALSA: seq: fifo: Use guard() for locking 2024-02-28 15:01:21 +01:00
seq_fifo.h
seq_info.c
seq_info.h
seq_lock.c
seq_lock.h
seq_memory.c ALSA: seq: memory: Use guard() for locking 2024-02-28 15:01:21 +01:00
seq_memory.h ALSA: seq: Add UMP support 2023-05-23 12:11:21 +02:00
seq_midi.c ALSA: seq: midi: Use guard() for locking 2024-02-28 15:01:22 +01:00
seq_midi_emul.c
seq_midi_event.c ALSA: seq: midi: Use guard() for locking 2024-02-28 15:01:22 +01:00
seq_ports.c ALSA: seq: ports: Use guard() for locking 2024-02-28 15:01:21 +01:00
seq_ports.h ALSA: seq: Automatic conversion of UMP events 2023-05-23 12:11:28 +02:00
seq_prioq.c ALSA: seq: prioq: Use guard() for locking 2024-02-28 15:01:22 +01:00
seq_prioq.h
seq_queue.c ALSA: seq: queue: Use guard() for locking 2024-02-28 15:01:21 +01:00
seq_queue.h
seq_system.c ALSA: seq: ump: Notify port changes to system port 2023-06-12 18:22:32 +02:00
seq_system.h
seq_timer.c ALSA: seq: timer: Use guard() for locking 2024-02-28 15:01:21 +01:00
seq_timer.h
seq_ump_client.c ALSA: seq: ump: Use guard() for locking 2024-02-28 15:01:22 +01:00
seq_ump_convert.c ALSA: seq: Fix incorrect UMP type for system messages 2024-05-29 10:39:40 +02:00
seq_ump_convert.h ALSA: seq: Automatic conversion of UMP events 2023-05-23 12:11:28 +02:00
seq_virmidi.c ALSA: seq: virmidi: Use guard() for locking 2024-02-28 15:01:22 +01:00