diff mbox

ASoC: Intel: Clean up indentation for Haswell machine driver/Kconfig

Message ID 1394117766-7242-3-git-send-email-liam.r.girdwood@linux.intel.com (mailing list archive)
State Accepted
Commit a8282136a1b811edb95b3c0e1d9664510afaa307
Headers show

Commit Message

Liam Girdwood March 6, 2014, 2:56 p.m. UTC
Clean up some indentation.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
---
 sound/soc/intel/Kconfig           | 10 +++++-----
 sound/soc/intel/sst-haswell-dsp.c |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Comments

Mark Brown March 7, 2014, 2:51 a.m. UTC | #1
On Thu, Mar 06, 2014 at 02:56:06PM +0000, Liam Girdwood wrote:
> Clean up some indentation.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index 274af16..4577b69 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -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"
diff --git a/sound/soc/intel/sst-haswell-dsp.c b/sound/soc/intel/sst-haswell-dsp.c
index 12f7317..f5ebf36 100644
--- a/sound/soc/intel/sst-haswell-dsp.c
+++ b/sound/soc/intel/sst-haswell-dsp.c
@@ -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,