Commit a8282136 authored by Liam Girdwood's avatar Liam Girdwood Committed by Mark Brown

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

Clean up some indentation.
Signed-off-by: default avatarLiam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent dd6646bc
...@@ -31,15 +31,15 @@ config SND_SOC_INTEL_BAYTRAIL ...@@ -31,15 +31,15 @@ config SND_SOC_INTEL_BAYTRAIL
tristate tristate
config SND_SOC_INTEL_HASWELL_MACH config SND_SOC_INTEL_HASWELL_MACH
tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint" tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS
select SND_SOC_INTEL_HASWELL select SND_SOC_INTEL_HASWELL
select SND_SOC_RT5640 select SND_SOC_RT5640
help 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. Ultrabook platforms.
Say Y if you have such a device Say Y if you have such a device
If unsure select "N". If unsure select "N".
config SND_SOC_INTEL_BYT_RT5640_MACH config SND_SOC_INTEL_BYT_RT5640_MACH
tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec" tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
......
...@@ -503,7 +503,7 @@ static void hsw_free(struct sst_dsp *sst) ...@@ -503,7 +503,7 @@ static void hsw_free(struct sst_dsp *sst)
struct sst_ops haswell_ops = { struct sst_ops haswell_ops = {
.reset = hsw_reset, .reset = hsw_reset,
.boot = hsw_boot, .boot = hsw_boot,
.write = sst_shim32_write, .write = sst_shim32_write,
.read = sst_shim32_read, .read = sst_shim32_read,
.write64 = sst_shim32_write64, .write64 = sst_shim32_write64,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment