diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-02-15 22:28:54 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-02-15 13:41:05 +0000 |
commit | 74e0259495cfab4f92c64ddcbbfe454e5c2f962a (patch) | |
tree | cc890eea74544c8302b686152174478fbcf4f96a /sound/soc/codecs/Kconfig | |
parent | 98f681b0f84cfc3a1d83287b77697679e0398306 (diff) | |
download | lwn-74e0259495cfab4f92c64ddcbbfe454e5c2f962a.tar.gz lwn-74e0259495cfab4f92c64ddcbbfe454e5c2f962a.zip |
ASoC: codecs: remove redundant 'tristate' in sound/soc/codecs/Kconfig
The type 'tristate' is already specified three lines above.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://msgid.link/r/20240215132854.1907630-1-masahiroy@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 58ee431edfd8..027d9da85251 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -2335,7 +2335,6 @@ config SND_SOC_WSA881X tristate "WSA881X Codec" depends on SOUNDWIRE select REGMAP_SOUNDWIRE - tristate help This enables support for Qualcomm WSA8810/WSA8815 Class-D Smart Speaker Amplifier. @@ -2344,7 +2343,6 @@ config SND_SOC_WSA883X tristate "WSA883X Codec" depends on SOUNDWIRE select REGMAP_SOUNDWIRE - tristate help This enables support for Qualcomm WSA8830/WSA8835 Class-D Smart Speaker Amplifier. @@ -2353,7 +2351,6 @@ config SND_SOC_WSA884X tristate "WSA884X Codec" depends on SOUNDWIRE select REGMAP_SOUNDWIRE - tristate help This enables support for Qualcomm WSA8840/WSA8845/WSA8845H Class-D Smart Speaker Amplifier. |