This is second rev of series to add DSP management routines for SKL driver
The first two patches are fixes to use ACPI header and size fix on NHLT query
Then we add DSP module configuration calculation helpers followed by SRC and updown calculation. These are used by next patch which adds module creation, and binding routines. Lastly modules are used by pipes so we add pipelines creation, destroy and scheduling helpers
Hardik T Shah (1): ASoC: Intel: Skylake: Add helpers for SRC and converter modules
Jeeja KP (5): ASoC: Intel: Skylake: Fix the NHLT rate size ASoC: Intel: Skylake: Use acpi header for NHLT header ASoC: Intel: Skylake: Add helpers for DSP module configuration ASoC: Intel: Skylake: Add DSP module init and binding routines ASoC: Intel: Skylake: Add pipe management helpers
sound/soc/intel/skylake/skl-messages.c | 751 +++++++++++++++++++++++++++ sound/soc/intel/skylake/skl-nhlt.c | 3 +- sound/soc/intel/skylake/skl-nhlt.h | 14 +- sound/soc/intel/skylake/skl-topology.h | 286 ++++++++++ sound/soc/intel/skylake/skl-tplg-interface.h | 88 ++++ 5 files changed, 1128 insertions(+), 14 deletions(-) create mode 100644 sound/soc/intel/skylake/skl-topology.h create mode 100644 sound/soc/intel/skylake/skl-tplg-interface.h