diff options
author | Subhransu S. Prusty <subhransu.s.prusty@intel.com> | 2015-07-09 19:08:54 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-09 20:33:23 +0300 |
commit | b81fd26359f04370f3c972652302717498f8790c (patch) | |
tree | 82d9593da8ccd536431503e5f6019c54d42d73e5 /sound/soc/intel/skylake/Makefile | |
parent | d15b1ae17c79f682760483b56074e980720f52eb (diff) | |
download | linux-b81fd26359f04370f3c972652302717498f8790c.tar.xz |
ASoC: Intel: Add Skylake IPC library
This adds base SKL IPC library which uses common SST IPC lib.
Here we add definition for IPC types, sending and receiving IPC messages
from aDSP, handling interrupt, sending different types of messages etc
Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/Makefile b/sound/soc/intel/skylake/Makefile index 734d17cafde7..18fbe647abca 100644 --- a/sound/soc/intel/skylake/Makefile +++ b/sound/soc/intel/skylake/Makefile @@ -1,3 +1,8 @@ snd-soc-skl-objs := skl.o skl-pcm.o obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += snd-soc-skl.o + +# Skylake IPC Support +snd-soc-skl-ipc-objs := skl-sst-ipc.o + +obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += snd-soc-skl-ipc.o |