From: Stephen Warren Date: Fri, 30 Mar 2012 23:07:20 +0000 (-0600) Subject: ASoC: tegra: fix Kconfig SND_SOC_TEGRA_ALC5632 indentation X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4df8271e1ffcc4302a3c5326de15eb6737697001;p=linux-beck.git ASoC: tegra: fix Kconfig SND_SOC_TEGRA_ALC5632 indentation Indent with TABs to be consistent with the rest of the file. Signed-off-by: Stephen Warren Signed-off-by: Mark Brown --- diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index ce1b773c351f..f8fcda33208e 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig @@ -49,10 +49,10 @@ config SND_SOC_TEGRA_TRIMSLICE TrimSlice platform. config SND_SOC_TEGRA_ALC5632 - tristate "SoC Audio support for Tegra boards using an ALC5632 codec" - depends on SND_SOC_TEGRA && I2C - select SND_SOC_TEGRA_I2S - select SND_SOC_ALC5632 - help - Say Y or M here if you want to add support for SoC audio on the - Toshiba AC100 netbook. + tristate "SoC Audio support for Tegra boards using an ALC5632 codec" + depends on SND_SOC_TEGRA && I2C + select SND_SOC_TEGRA_I2S + select SND_SOC_ALC5632 + help + Say Y or M here if you want to add support for SoC audio on the + Toshiba AC100 netbook.