ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENT

Message ID 20240215135304.1909431-1-masahiroy@kernel.org
State New
Headers
Series ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENT |

Commit Message

Masahiro Yamada Feb. 15, 2024, 1:53 p.m. UTC
  '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(-)
  

Comments

Takashi Iwai Feb. 15, 2024, 2:04 p.m. UTC | #1
On Thu, 15 Feb 2024 14:53:04 +0100,
Masahiro Yamada wrote:
> 
> 'def_tristate' is a shorthand for 'default' + 'tristate'.
> 
> Another 'tristate' is redundant.
> 
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

Thanks, applied.


Takashi
  

Patch

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