diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-08-04 13:45:55 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-17 02:06:30 +0400 |
commit | d8499c9b4b03ca88d7c7b4094cb09471658df7c2 (patch) | |
tree | afcdf24d0fce74064050314fcdfadbfb86b81f52 /sound/soc/intel/Makefile | |
parent | b12b087c8715286b8759016f1d5c36cac0bb37f6 (diff) | |
download | linux-d8499c9b4b03ca88d7c7b4094cb09471658df7c2.tar.xz |
ASoC: Intel: add mrfld DSP defines
We define the DSP commands,structures here which will be used to send the IPCs
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/intel/Makefile')
-rw-r--r-- | sound/soc/intel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/intel/Makefile b/sound/soc/intel/Makefile index 7acbfc43a0c6..f841786dad15 100644 --- a/sound/soc/intel/Makefile +++ b/sound/soc/intel/Makefile @@ -2,7 +2,8 @@ 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 sst-mfld-platform-compress.o +snd-soc-sst-mfld-platform-objs := sst-mfld-platform-pcm.o \ + sst-mfld-platform-compress.o sst-atom-controls.o snd-soc-mfld-machine-objs := mfld_machine.o obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += snd-soc-sst-mfld-platform.o |