This includes fixes for Skylake+ driver which are improving widget type check, fixes for simultaneous wake-on-voice (WoV) and capture use-case, fix to improve firmware download latency and lastly, fix to use uuid instead of module id for library modules.
Guneshwor Singh (1): ASoC: Intel: Skylake: Refine skl widget type check
Pawse, GuruprasadX (2): ASoC: Intel: Skylake: Add BE DAI for WoV usecase ASoC: Intel: board: Add BE DAI link for WoV and update DAPM machine map.
Sanyog Kale (1): ASoC: Intel: Skylake: Disable clock and power gating during fw/lib download
Sriram Periyasamy (1): ASoC: Intel: Skylake: Find module id from UUID for bind params
sound/soc/intel/boards/bxt_rt298.c | 15 +++++ sound/soc/intel/skylake/skl-messages.c | 7 ++- sound/soc/intel/skylake/skl-pcm.c | 20 +++++- sound/soc/intel/skylake/skl-sst-ipc.h | 3 + sound/soc/intel/skylake/skl-topology.c | 107 +++++++++++++++++++++++++++++---- sound/soc/intel/skylake/skl-topology.h | 13 +++- sound/soc/intel/skylake/skl.c | 21 +++++++ sound/soc/intel/skylake/skl.h | 4 ++ 8 files changed, 176 insertions(+), 14 deletions(-)