diff options
author | Liam Girdwood <liam.r.girdwood@linux.intel.com> | 2014-02-20 16:48:46 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-21 21:22:26 -0500 |
commit | 5e4482fcb119d61f4bef226c442634cdd2618b31 (patch) | |
tree | 011e7e2d3713367fc758a65579b3d3bad088828c | |
parent | 1f1db1d2af62f771192b6dd44de47924131464e5 (diff) |
ASoC: Intel: Add build support for Haswell ADSP
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>
-rw-r--r-- | sound/soc/intel/Kconfig | 2 | ||||
-rw-r--r-- | sound/soc/intel/Makefile | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index dd048fef7248..4f1ac8f82862 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig | |||
@@ -24,3 +24,5 @@ config SND_SOC_INTEL_SST | |||
24 | config SND_SOC_INTEL_SST_ACPI | 24 | config SND_SOC_INTEL_SST_ACPI |
25 | tristate | 25 | tristate |
26 | 26 | ||
27 | config SND_SOC_INTEL_HASWELL | ||
28 | tristate | ||
diff --git a/sound/soc/intel/Makefile b/sound/soc/intel/Makefile index cf47100661e9..4c08b215fbeb 100644 --- a/sound/soc/intel/Makefile +++ b/sound/soc/intel/Makefile | |||
@@ -10,3 +10,9 @@ obj-$(CONFIG_SND_MFLD_MACHINE) += snd-soc-mfld-machine.o | |||
10 | 10 | ||
11 | obj-$(CONFIG_SND_SOC_INTEL_SST) += snd-soc-sst-dsp.o | 11 | obj-$(CONFIG_SND_SOC_INTEL_SST) += snd-soc-sst-dsp.o |
12 | obj-$(CONFIG_SND_SOC_INTEL_SST_ACPI) += snd-soc-sst-acpi.o | 12 | obj-$(CONFIG_SND_SOC_INTEL_SST_ACPI) += snd-soc-sst-acpi.o |
13 | |||
14 | # Platform Support | ||
15 | snd-soc-sst-haswell-pcm-objs := \ | ||
16 | sst-haswell-ipc.o sst-haswell-pcm.o sst-haswell-dsp.o | ||
17 | |||
18 | obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += snd-soc-sst-haswell-pcm.o | ||