diff options
| author | Nathan Chancellor <nathan@kernel.org> | 2026-05-27 00:53:13 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-05-27 13:14:00 +0300 |
| commit | bf6dfd0e6c9123658fbf3217779ad7396960f2ea (patch) | |
| tree | 2a61a74ed61c42ca182866a67c9a467c255f484c | |
| parent | 64172fa3088d20eb0dc91a8a45ff29fae63c3936 (diff) | |
| download | linux-bf6dfd0e6c9123658fbf3217779ad7396960f2ea.tar.xz | |
ASoC: codecs: Adjust indentation in CONFIG_SND_SOC_ES9356 definition
The indentation of CONFIG_SND_SOC_ES9356 uses spaces, instead of the
Kconfig standard using tabs. Adjust it.
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Link: https://patch.msgid.link/20260526-es9356-dep-fixes-v1-2-39ac16f43d54@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | sound/soc/codecs/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index a7c61f7c7f4c..9b6c7c7533bb 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1301,10 +1301,10 @@ config SND_SOC_ES8389 depends on I2C config SND_SOC_ES9356 - tristate "Everest Semi ES9356 CODEC SDW" - depends on SOUNDWIRE - select REGMAP_SOUNDWIRE - select REGMAP_SOUNDWIRE_MBQ + tristate "Everest Semi ES9356 CODEC SDW" + depends on SOUNDWIRE + select REGMAP_SOUNDWIRE + select REGMAP_SOUNDWIRE_MBQ config SND_SOC_FRAMER tristate "Framer codec" |
