Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: Fix 7/8 spaces indentation in Kconfig

Some entries used 7 or 8 spaces instead if a single TAB.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20201110174904.3413846-1-geert@linux-m68k.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Geert Uytterhoeven and committed by
Mark Brown
5268e0bf 9a207228

+19 -19
+9 -9
sound/soc/codecs/Kconfig
··· 518 518 select REGMAP_I2C 519 519 520 520 config SND_SOC_ALC5623 521 - tristate "Realtek ALC5623 CODEC" 521 + tristate "Realtek ALC5623 CODEC" 522 522 depends on I2C 523 523 524 524 config SND_SOC_ALC5632 ··· 729 729 will be called snd-soc-jz4770-codec. 730 730 731 731 config SND_SOC_L3 732 - tristate 732 + tristate 733 733 734 734 config SND_SOC_DA7210 735 735 tristate ··· 769 769 select HDMI 770 770 771 771 config SND_SOC_ES7134 772 - tristate "Everest Semi ES7134 CODEC" 772 + tristate "Everest Semi ES7134 CODEC" 773 773 774 774 config SND_SOC_ES7241 775 - tristate "Everest Semi ES7241 CODEC" 775 + tristate "Everest Semi ES7241 CODEC" 776 776 777 777 config SND_SOC_ES8316 778 778 tristate "Everest Semi ES8316 CODEC" ··· 971 971 select REGMAP_SPI 972 972 973 973 config SND_SOC_PCM3008 974 - tristate 974 + tristate 975 975 976 976 config SND_SOC_PCM3060 977 - tristate 977 + tristate 978 978 979 979 config SND_SOC_PCM3060_I2C 980 980 tristate "Texas Instruments PCM3060 CODEC - I2C" ··· 1437 1437 rate) and mute. 1438 1438 1439 1439 config SND_SOC_UDA134X 1440 - tristate 1440 + tristate 1441 1441 1442 1442 config SND_SOC_UDA1380 1443 1443 tristate ··· 1766 1766 depends on GPIOLIB 1767 1767 1768 1768 config SND_SOC_NAU8540 1769 - tristate "Nuvoton Technology Corporation NAU85L40 CODEC" 1770 - depends on I2C 1769 + tristate "Nuvoton Technology Corporation NAU85L40 CODEC" 1770 + depends on I2C 1771 1771 1772 1772 config SND_SOC_NAU8810 1773 1773 tristate "Nuvoton Technology Corporation NAU88C10 CODEC"
+1 -1
sound/soc/generic/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 config SND_SIMPLE_CARD_UTILS 3 - tristate 3 + tristate 4 4 5 5 config SND_SIMPLE_CARD 6 6 tristate "ASoC Simple sound card support"
+1 -1
sound/soc/intel/boards/Kconfig
··· 552 552 select SND_SOC_RT715_SDCA_SDW 553 553 select SND_SOC_RT5682_SDW 554 554 select SND_SOC_DMIC 555 - help 555 + help 556 556 Add support for Intel SoundWire-based platforms connected to 557 557 MAX98373, RT700, RT711, RT1308 and RT715 558 558 If unsure select "N".
+1 -1
sound/soc/meson/Kconfig
··· 98 98 in the Amlogic AXG SoC family 99 99 100 100 config SND_MESON_CARD_UTILS 101 - tristate 101 + tristate 102 102 103 103 config SND_MESON_CODEC_GLUE 104 104 tristate
+7 -7
sound/soc/pxa/Kconfig
··· 221 221 MIO A701. 222 222 223 223 config SND_PXA2XX_SOC_IMOTE2 224 - tristate "SoC Audio support for IMote 2" 225 - depends on SND_PXA2XX_SOC && MACH_INTELMOTE2 && I2C 226 - select SND_PXA2XX_SOC_I2S 227 - select SND_SOC_WM8940 228 - help 229 - Say Y if you want to add support for SoC audio on the 230 - IMote 2. 224 + tristate "SoC Audio support for IMote 2" 225 + depends on SND_PXA2XX_SOC && MACH_INTELMOTE2 && I2C 226 + select SND_PXA2XX_SOC_I2S 227 + select SND_SOC_WM8940 228 + help 229 + Say Y if you want to add support for SoC audio on the 230 + IMote 2. 231 231 232 232 config SND_MMP_SOC_BROWNSTONE 233 233 tristate "SoC Audio support for Marvell Brownstone"