diff options
author | 2025-01-01 13:55:47 +0100 | |
---|---|---|
committer | 2025-01-01 13:56:48 +0100 | |
commit | 9001d515443518d72222ba4d58e247696b625071 (patch) | |
tree | 627469bd20b857c6badce746dc7adc6eb08bfda2 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | ALSA: seq: oss: Send fragmented SysEx messages immediately (diff) | |
download | wireguard-linux-9001d515443518d72222ba4d58e247696b625071.tar.xz wireguard-linux-9001d515443518d72222ba4d58e247696b625071.zip |
ALSA: seq: Make dependency on UMP clearer
CONFIG_SND_SEQ_UMP_CLIENT is a Kconfig for a sequencer client
corresponding to the UMP rawmidi, while we have another major knob
CONFIG_SND_SEQ_UMP that specifies whether the sequencer core supports
UMP packets or not. Strictly speaking both of them are independent,
but practically seen, it makes no sense to enable
CONFIG_SND_SEQ_UMP_CLIENT without UMP support itself.
This patch makes such an implicit dependency clearer. Now
CONFIG_SND_SEQ_UMP_CLIENT depends on both CONFIG_SND_UMP and
CONFIG_SND_SEQ_UMP. Meanwhile, CONFIG_SND_SEQ_UMP is enabled as
default when CONFIG_SND_UMP is set.
Fixes: 81fd444aa371 ("ALSA: seq: Bind UMP device")
Link: https://patch.msgid.link/20250101125548.25961-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions