aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-05-08 23:17:57 +0100
committerMark Brown <broonie@linaro.org>2014-05-09 10:28:42 +0100
commitb9d4cf74b93e4255ac90d75f9bc3f85510a71378 (patch)
tree46ff898c812ddcbc78386d63fc9906209001cfe3 /sound/soc
parentASoC: Intel: rename pcm dias to media dai (diff)
downloadlinux-dev-b9d4cf74b93e4255ac90d75f9bc3f85510a71378.tar.xz
linux-dev-b9d4cf74b93e4255ac90d75f9bc3f85510a71378.zip
ASoC: Intel: Build Medfield compressed ops
Since commit 4b68b4e1c564 (ASoC: Intel: split the pcm and compress to different files) the compressed ops haven't been built causing link failures on allyesconfig and making the driver unbuildable. Add the object to the Makefile to fix that. Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to '')
-rw-r--r--sound/soc/intel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/Makefile b/sound/soc/intel/Makefile
index 5d3fb6f35a19..0db4e2f336dc 100644
--- a/sound/soc/intel/Makefile
+++ b/sound/soc/intel/Makefile
@@ -2,7 +2,7 @@
snd-soc-sst-dsp-objs := sst-dsp.o sst-firmware.o
snd-soc-sst-acpi-objs := sst-acpi.o
-snd-soc-sst-mfld-platform-objs := sst-mfld-platform-pcm.o
+snd-soc-sst-mfld-platform-objs := sst-mfld-platform-pcm.o sst-mfld-platform-compress.o
snd-soc-mfld-machine-objs := mfld_machine.o
obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += snd-soc-sst-mfld-platform.o