[PATCH] ASoC: codecs: cleanup kconfig indentations

From: Julian Braha

Date: Tue Jun 30 2026 - 04:55:38 EST


Cleanup various bad indentations in the kconfig:
1. spaces instead of tabs (this file mostly uses tabs)
2. too much indentation
3. not enough indentation

Signed-off-by: Julian Braha <julianbraha@xxxxxxxxx>
---
sound/soc/codecs/Kconfig | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 252f683be3c1..48a6732031fe 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -615,8 +615,8 @@ config SND_SOC_AK4613
depends on I2C

config SND_SOC_AK4619
- tristate "AKM AK4619 CODEC"
- depends on I2C
+ tristate "AKM AK4619 CODEC"
+ depends on I2C

config SND_SOC_AK4642
tristate "AKM AK4642 CODEC"
@@ -1201,16 +1201,16 @@ config SND_SOC_JZ4725B_CODEC
will be called snd-soc-jz4725b-codec.

config SND_SOC_JZ4760_CODEC
- depends on MACH_INGENIC || COMPILE_TEST
- depends on OF
- select REGMAP
- tristate "Ingenic JZ4760 internal CODEC"
- help
- Enable support for the internal CODEC found in the JZ4760 SoC
- from Ingenic.
+ depends on MACH_INGENIC || COMPILE_TEST
+ depends on OF
+ select REGMAP
+ tristate "Ingenic JZ4760 internal CODEC"
+ help
+ Enable support for the internal CODEC found in the JZ4760 SoC
+ from Ingenic.

- This driver can also be built as a module. If so, the module
- will be called snd-soc-jz4760-codec.
+ This driver can also be built as a module. If so, the module
+ will be called snd-soc-jz4760-codec.

config SND_SOC_JZ4770_CODEC
depends on MACH_INGENIC || COMPILE_TEST
@@ -2296,8 +2296,8 @@ config SND_SOC_TLV320ADC3XXX
depends on I2C
depends on GPIOLIB
help
- Enable support for Texas Instruments TLV320ADC3001 and TLV320ADC3101
- ADCs.
+ Enable support for Texas Instruments TLV320ADC3001 and TLV320ADC3101
+ ADCs.

config SND_SOC_TLV320AIC23
tristate
@@ -2893,7 +2893,7 @@ config SND_SOC_TPA6130A2
depends on I2C

config SND_SOC_LPASS_MACRO_COMMON
- tristate
+ tristate

config SND_SOC_LPASS_WSA_MACRO
depends on COMMON_CLK
--
2.54.0