* [PATCH] ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENT
@ 2024-02-15 13:53 Masahiro Yamada
2024-02-15 14:04 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2024-02-15 13:53 UTC (permalink / raw)
To: linux-sound; +Cc: Masahiro Yamada, Jaroslav Kysela, Takashi Iwai, linux-kernel
'def_tristate' is a shorthand for 'default' + 'tristate'.
Another 'tristate' is redundant.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---
sound/core/seq/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/core/seq/Kconfig b/sound/core/seq/Kconfig
index c14981daf943..0374bbf51cd4 100644
--- a/sound/core/seq/Kconfig
+++ b/sound/core/seq/Kconfig
@@ -71,7 +71,6 @@ config SND_SEQ_UMP
among legacy and UMP clients.
config SND_SEQ_UMP_CLIENT
- tristate
def_tristate SND_UMP
endif # SND_SEQUENCER
--
2.40.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-15 14:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-15 13:53 [PATCH] ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENT Masahiro Yamada
2024-02-15 14:04 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox