linux-imx/sound/core/seq
Takashi Iwai 9062e98473 ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data reception
[ Upstream commit a4ff92ff0b ]

Just like the core UMP conversion helper, we need to deal with the
partially-filled RPN/NRPN data in the sequencer UMP converter as
well.

Link: https://patch.msgid.link/20240731130528.12600-5-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-09-08 07:54:31 +02:00
..
oss ALSA: seq: oss: Fix racy open/close of MIDI devices 2023-06-16 09:26:41 +02:00
Kconfig ALSA: seq: Bind UMP device 2023-05-23 12:11:33 +02:00
Makefile ALSA: seq: Bind UMP device 2023-05-23 12:11:33 +02:00
seq_clientmgr.c ALSA: seq: Skip event type filtering for UMP events 2024-09-04 13:28:18 +02:00
seq_clientmgr.h ALSA: seq: Add UMP group filter 2023-05-23 12:11:38 +02:00
seq_compat.c ALSA: seq: Add ioctls for client UMP info query and setup 2023-05-23 12:11:36 +02:00
seq_dummy.c ALSA: seq: Allow suppressing UMP conversions 2023-05-23 12:11:32 +02:00
seq_fifo.c
seq_fifo.h
seq_info.c
seq_info.h
seq_lock.c
seq_lock.h
seq_memory.c ALSA: seq: Fix snd_seq_expand_var_event() call to user-space 2023-09-05 10:13:46 +02:00
seq_memory.h ALSA: seq: Add UMP support 2023-05-23 12:11:21 +02:00
seq_midi_emul.c
seq_midi_event.c
seq_midi.c ALSA: seq: fix function cast warnings 2024-03-26 18:19:47 -04:00
seq_ports.c ALSA: seq: Fix memory leak at error path in snd_seq_create_port() 2023-07-17 08:26:15 +02:00
seq_ports.h ALSA: seq: ump: Use the common RPN/bank conversion context 2024-09-08 07:54:30 +02:00
seq_prioq.c
seq_prioq.h
seq_queue.c
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
seq_timer.h
seq_ump_client.c ALSA: seq: ump: Skip useless ports for static blocks 2024-07-27 11:34:10 +02:00
seq_ump_convert.c ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data reception 2024-09-08 07:54:31 +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: fix function cast warnings 2024-03-26 18:19:47 -04:00
seq.c