diff options
author | Jeeja KP <jeeja.kp@intel.com> | 2015-07-21 21:23:56 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-23 19:39:01 +0300 |
commit | d255b09555e8ea0e517a4d3368ec60097ac9cf96 (patch) | |
tree | e61694221092bf5fe773673fcc7fd31996b86b35 /sound/soc/intel/skylake/Makefile | |
parent | 473eb87adcf69204cd7e8fb5b0e4956edd6feae3 (diff) | |
download | linux-d255b09555e8ea0e517a4d3368ec60097ac9cf96.tar.xz |
ASoC: Intel: Skylake: Add dsp and ipc init helpers
This helper function will be used by the Skylake driver for dsp and
ipc initialization if processing pipe capability is supported.
Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/Makefile')
-rw-r--r-- | sound/soc/intel/skylake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/Makefile b/sound/soc/intel/skylake/Makefile index b35faef05779..27db22178204 100644 --- a/sound/soc/intel/skylake/Makefile +++ b/sound/soc/intel/skylake/Makefile @@ -1,4 +1,4 @@ -snd-soc-skl-objs := skl.o skl-pcm.o skl-nhlt.o +snd-soc-skl-objs := skl.o skl-pcm.o skl-nhlt.o skl-messages.o obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += snd-soc-skl.o |