alsa-lib/src
Takashi Iwai 48101de6fa seq: Fix wrong FB direction at snd_seq_create_ump_block()
snd_seq_create_ump_block() receives a snd_ump_block_info_t data at the
creation of a FB and updates its associated sequencer port, but it
handled the port direction incorrectly.  The UMP / port direction
means the connectivity, but the current code translated other way
round.  The correct translation should be that input = receiver, i.e.
a writable port for applications, and output = source, a readable port
for applications.

This patch corrects the translation, and add more comments to the
direction definition.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2024-07-09 07:23:23 +02:00
..
alisp reshuffle included files to include config.h as first 2023-08-30 18:25:37 +02:00
conf conf: aliases: hdmi: Include unconditionally the 2024-04-23 09:11:53 +02:00
control control: remap - fix the endless loop in remap_numid_child_new() 2023-12-19 18:45:54 +01:00
hwdep reshuffle included files to include config.h as first 2023-08-30 18:25:37 +02:00
mixer mixer: simple: Support dB TLVs for CTL_SINGLE controls 2023-11-07 10:30:46 +01:00
pcm pcm: extend doc for snd_pcm_hw_params_get_sbits() 2024-02-26 14:54:02 +01:00
rawmidi ump: Add a function to provide the packet word length of a UMP type 2024-07-04 14:44:00 +02:00
seq seq: Fix wrong FB direction at snd_seq_create_ump_block() 2024-07-09 07:23:23 +02:00
timer doxygen: fix broken examples links 2023-09-01 16:12:32 +02:00
topology topology: correct version script path 2024-01-30 14:31:46 +01:00
ucm ucm: doc - add Variant and Macro to the evaluation order 2024-05-14 15:28:44 +02:00
async.c async: snd_async_del_handler - move clear signal using sigaction as last 2024-06-04 11:17:57 +02:00
conf.c conf: fix snd_config_substitute (for src->parent) 2024-06-21 16:32:10 +02:00
confeval.c doxygen: conf: silence 'not documented' warnings 2023-09-01 16:11:43 +02:00
confmisc.c doxygen: conf: do not hide PCM specific function 2023-09-01 16:12:20 +02:00
dlmisc.c doxygen: global: silence 'not documented' warnings 2023-09-01 16:12:02 +02:00
error.c reshuffle included files to include config.h as first 2023-08-30 18:25:37 +02:00
input.c reshuffle included files to include config.h as first 2023-08-30 18:25:37 +02:00
Makefile.am src/Versions.in: Add guards for sequencer and rawmidi syms 2024-06-26 11:46:35 +02:00
names.c reshuffle included files to include config.h as first 2023-08-30 18:25:37 +02:00
output.c reshuffle included files to include config.h as first 2023-08-30 18:25:37 +02:00
shmarea.c doxygen: global: silence 'not documented' warnings 2023-09-01 16:12:02 +02:00
socket.c reshuffle included files to include config.h as first 2023-08-30 18:25:37 +02:00
userfile.c reshuffle included files to include config.h as first - v2 2023-09-13 12:35:35 +02:00
Versions.in.in seq: Add API functions to set different tempo base values 2024-07-05 17:12:44 +02:00