This series adds support for loading FE dais using topology. A flag is introduced to decide whether to register FE dais defined in the platform driver or use from topology. By default, it is set to register the FE dais defined in the platform driver. While at it, fix a missing sentinel too.
Guneshwor Singh (3): ASoC: Intel: Skylake: Add flag to check to register FE dais from topology ASoC: Intel: Skylake: Add dai load ops for dais from topology ASoC: Intel: Skylake: Fix missing sentinel in sst_acpi_mach
sound/soc/intel/skylake/skl-pcm.c | 46 +++++++++++++++++++++++++++++++--- sound/soc/intel/skylake/skl-topology.c | 1 + sound/soc/intel/skylake/skl-topology.h | 3 +++ sound/soc/intel/skylake/skl.c | 10 +++++++- sound/soc/intel/skylake/skl.h | 4 ++- 5 files changed, 58 insertions(+), 6 deletions(-)