aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>2014-03-06 09:56:06 -0500
committerMark Brown <broonie@linaro.org>2014-03-06 21:51:05 -0500
commita8282136a1b811edb95b3c0e1d9664510afaa307 (patch)
tree139a5f8fa1ad99a537665bc8fd50cc9c97c0057d
parentdd6646bcfa9c811518bfcdbd13e4f73b749646bb (diff)
ASoC: Intel: Clean up indentation for Haswell machine driver/Kconfig
Clean up some indentation. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r--sound/soc/intel/Kconfig10
-rw-r--r--sound/soc/intel/sst-haswell-dsp.c2
2 files changed, 6 insertions, 6 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index 274af1639781..4577b69fcf2c 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -31,15 +31,15 @@ config SND_SOC_INTEL_BAYTRAIL
31 tristate 31 tristate
32 32
33config SND_SOC_INTEL_HASWELL_MACH 33config SND_SOC_INTEL_HASWELL_MACH
34 tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint" 34 tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
35 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS 35 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS
36 select SND_SOC_INTEL_HASWELL 36 select SND_SOC_INTEL_HASWELL
37 select SND_SOC_RT5640 37 select SND_SOC_RT5640
38 help 38 help
39 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell 39 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
40 Ultrabook platforms. 40 Ultrabook platforms.
41 Say Y if you have such a device 41 Say Y if you have such a device
42 If unsure select "N". 42 If unsure select "N".
43 43
44config SND_SOC_INTEL_BYT_RT5640_MACH 44config SND_SOC_INTEL_BYT_RT5640_MACH
45 tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec" 45 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 12f73173a792..f5ebf36af889 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)
503 503
504struct sst_ops haswell_ops = { 504struct sst_ops haswell_ops = {
505 .reset = hsw_reset, 505 .reset = hsw_reset,
506 .boot = hsw_boot, 506 .boot = hsw_boot,
507 .write = sst_shim32_write, 507 .write = sst_shim32_write,
508 .read = sst_shim32_read, 508 .read = sst_shim32_read,
509 .write64 = sst_shim32_write64, 509 .write64 = sst_shim32_write64,