Skip to content

Commit

Permalink
ASoC: Intel: Add build support for Haswell ADSP
Browse files Browse the repository at this point in the history
Build the Haswell/Broadwell PCM, IPC and DSP drivers.

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 Feb 22, 2014
1 parent 1f1db1d commit 5e4482f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/intel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ config SND_SOC_INTEL_SST
config SND_SOC_INTEL_SST_ACPI
tristate

config SND_SOC_INTEL_HASWELL
tristate
6 changes: 6 additions & 0 deletions sound/soc/intel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ obj-$(CONFIG_SND_MFLD_MACHINE) += snd-soc-mfld-machine.o

obj-$(CONFIG_SND_SOC_INTEL_SST) += snd-soc-sst-dsp.o
obj-$(CONFIG_SND_SOC_INTEL_SST_ACPI) += snd-soc-sst-acpi.o

# Platform Support
snd-soc-sst-haswell-pcm-objs := \
sst-haswell-ipc.o sst-haswell-pcm.o sst-haswell-dsp.o

obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += snd-soc-sst-haswell-pcm.o

0 comments on commit 5e4482f

Please sign in to comment.