diff mbox

[5/6] ASoC: Intel: Add build support for Haswell ADSP

Message ID 1392932927-9725-5-git-send-email-liam.r.girdwood@linux.intel.com (mailing list archive)
State Accepted
Commit 5e4482fcb119d61f4bef226c442634cdd2618b31
Headers show

Commit Message

Liam Girdwood Feb. 20, 2014, 9:48 p.m. UTC
Build the Haswell/Broadwell PCM, IPC and DSP drivers.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
---
 sound/soc/intel/Kconfig  | 2 ++
 sound/soc/intel/Makefile | 6 ++++++
 2 files changed, 8 insertions(+)

Comments

Mark Brown Feb. 21, 2014, 5:19 a.m. UTC | #1
On Thu, Feb 20, 2014 at 09:48:46PM +0000, Liam Girdwood wrote:
> Build the Haswell/Broadwell PCM, IPC and DSP drivers.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index dd048fe..4f1ac8f 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -24,3 +24,5 @@  config SND_SOC_INTEL_SST
 config SND_SOC_INTEL_SST_ACPI
 	tristate
 
+config SND_SOC_INTEL_HASWELL
+	tristate
diff --git a/sound/soc/intel/Makefile b/sound/soc/intel/Makefile
index cf47100..4c08b21 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
 
 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