ASoC: Intel: Clean up indentation for Haswell machine driver/Kconfig
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Thu, 6 Mar 2014 14:56:06 +0000 (14:56 +0000)
committerMark Brown <broonie@linaro.org>
Fri, 7 Mar 2014 02:51:05 +0000 (10:51 +0800)
Clean up some indentation.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/intel/Kconfig
sound/soc/intel/sst-haswell-dsp.c

index 274af1639781e17514faa4e0dcb097c1282ca72b..4577b69fcf2c2f1b72c914c8b47c764ecfa1679b 100644 (file)
@@ -31,15 +31,15 @@ config SND_SOC_INTEL_BAYTRAIL
        tristate
 
 config SND_SOC_INTEL_HASWELL_MACH
-        tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
-        depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS
+       tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
+       depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS
        select SND_SOC_INTEL_HASWELL
        select SND_SOC_RT5640
        help
-          This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
+         This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
          Ultrabook platforms.
-          Say Y if you have such a device
-          If unsure select "N".
+         Say Y if you have such a device
+         If unsure select "N".
 
 config SND_SOC_INTEL_BYT_RT5640_MACH
        tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
index 12f73173a79221fdda998a716558f12412103a9e..f5ebf36af8898d8a94d4a46886bfcfe0964d0567 100644 (file)
@@ -503,7 +503,7 @@ static void hsw_free(struct sst_dsp *sst)
 
 struct sst_ops haswell_ops = {
        .reset = hsw_reset,
-        .boot = hsw_boot,
+       .boot = hsw_boot,
        .write = sst_shim32_write,
        .read = sst_shim32_read,
        .write64 = sst_shim32_write64,