Module loading (which are not part of base firmware) is different for kbl platform compared to skl or bxtn. In kabylake library manifest contains the module information, so load the library to get the module information.
As a pre-work, common code which can be used for kabylake are moved to helper and arguments to few functions are modified to support module load for kabylake.
Separate dsp_fw_ops is registered and load library ops is added for kabylake.
G Kranthi (2): ASoC: Intel: Skylake: Move sst common initialization to a helper function ASoC: Intel: Skylake: Modify arguments to reuse module transfer function
Sodhi, VunnyX (1): ASoC: Intel: Skylake: Add loadable module support on KBL platform
Subhransu S. Prusty (3): ASoC: Intel: Skylake: Commonize library load ASoC: Intel: Skylake: Register dsp_fw_ops for kabylake ASoC: Intel: Skylake: Modify load_lib_ipc arguments for a nowait version
sound/soc/intel/skylake/bxt-sst.c | 68 +++--------------- sound/soc/intel/skylake/skl-messages.c | 2 +- sound/soc/intel/skylake/skl-sst-dsp.h | 13 +++- sound/soc/intel/skylake/skl-sst-ipc.c | 10 ++- sound/soc/intel/skylake/skl-sst-ipc.h | 2 +- sound/soc/intel/skylake/skl-sst-utils.c | 80 +++++++++++++++++++++ sound/soc/intel/skylake/skl-sst.c | 124 ++++++++++++++++++++++++-------- 7 files changed, 207 insertions(+), 92 deletions(-)