This series adds first the infrastructure for loadable modules in SKL aDSP. The loadable modules are loaded using load/unload IPC to aDSP thru code load DMA and can be configured by user thru TLV byte kcontrols for these modules.
This also adds the implementation of new DAPM sinks for phrase detection modules, and adds support for keeping controller active while is suspend to support ignore_suspend DAIs
Changes on v2: - squash two load module IPCs and load modules usgae patches - add comments for module loading - add active suspend two patches
Dharageswari R (2): ASoC: Intel: Skylake: Add support for Loadable modules ASoC: Intel: Skylake: Add support for Mic Select module
Jeeja KP (4): ASoC: Intel: Skylake: Add memory pages to widget data. ASoC: Intel: Skylake: Fix module init data correctly ASoC: Intel: Skylake: Add dai link for DMIC capture ASoC: Intel: Skylake: Add support for active suspend
Mousami Jana (1): ASoC: Intel: Skylake: add LARGE_CONFIG_GET IPC support
Omair M Abdullah (2): ASoC: Intel: Skylake: update mailbox uplink window offset and size ASoC: Intel: Skylake: read params from DSP if module is on
Praveen Diwakar (1): ASoC: Intel: Skylake: Update ignore suspend for rt286 machine
Vinod Koul (2): ASoC: Intel: Skylake: add wov as int sink ASoc: Intel: Skylake: Fix the dapm machine map
sound/soc/intel/boards/skl_rt286.c | 73 ++++++++++- sound/soc/intel/skylake/skl-messages.c | 40 ++++++ sound/soc/intel/skylake/skl-pcm.c | 27 +++++ sound/soc/intel/skylake/skl-sst-dsp.h | 18 ++- sound/soc/intel/skylake/skl-sst-ipc.c | 106 ++++++++++++++++ sound/soc/intel/skylake/skl-sst-ipc.h | 9 ++ sound/soc/intel/skylake/skl-sst.c | 175 +++++++++++++++++++++++++++ sound/soc/intel/skylake/skl-topology.c | 43 ++++++- sound/soc/intel/skylake/skl-topology.h | 12 +- sound/soc/intel/skylake/skl-tplg-interface.h | 19 ++- sound/soc/intel/skylake/skl.c | 28 ++++- sound/soc/intel/skylake/skl.h | 2 + 12 files changed, 533 insertions(+), 19 deletions(-)