2024-02-15 13:31:50

by Masahiro Yamada

[permalink] [raw]
Subject: [PATCH] ASoC: codecs: remove redundant 'tristate' in sound/soc/codecs/Kconfig

The type 'tristate' is already specified three lines above.

Signed-off-by: Masahiro Yamada <[email protected]>
---

sound/soc/codecs/Kconfig | 3 ---
1 file changed, 3 deletions(-)

diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 59f9742e9ff4..f7e06ba99570 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -2300,7 +2300,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.
@@ -2309,7 +2308,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.
@@ -2318,7 +2316,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.
--
2.40.1



2024-02-15 17:09:06

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] ASoC: codecs: remove redundant 'tristate' in sound/soc/codecs/Kconfig

On Thu, 15 Feb 2024 22:28:54 +0900, Masahiro Yamada wrote:
> The type 'tristate' is already specified three lines above.
>
>

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: codecs: remove redundant 'tristate' in sound/soc/codecs/Kconfig
commit: 74e0259495cfab4f92c64ddcbbfe454e5c2f962a

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark