Skip to content

Commit

Permalink
ASoC: Intel: Clean up indentation for Haswell machine driver/Kconfig
Browse files Browse the repository at this point in the history
Clean up some indentation.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Liam Girdwood authored and Mark Brown committed Mar 7, 2014
1 parent dd6646b commit a828213
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions sound/soc/intel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/intel/sst-haswell-dsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a828213

Please sign in to comment.