diff options
author | Takashi Iwai <tiwai@suse.de> | 2025-01-01 13:55:47 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2025-01-01 13:56:48 +0100 |
commit | 9001d515443518d72222ba4d58e247696b625071 (patch) | |
tree | 627469bd20b857c6badce746dc7adc6eb08bfda2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 20ce9ded8c596d046813762e362929dfbcb28567 (diff) |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions