This patch series adds DPCM and DAPM widgets to handle DSP topology in the SST platform driver for merrifield.
changes in v8: - fix the locking and comments blobs - fix the send_ssp_slot to send IPC on none - fix controls to have "Volume" and "Switch" wherever neccessary - add mute for CPU dai in asoc core patch
Ramesh Babu (1): ASoC: core: Call mute for cpu dais as well
Vinod Koul (5): ASoC: Intel: mrfld: add the gain controls ASoC: Intel: mrfld: add DSP core controls ASoC: Intel: mrfld: add the DSP DAPM widgets ASoC: Intel: mfld-pcm: add FE and BE ops ASoC: Intel: mrfld: add the DSP mixers
sound/soc/intel/sst-atom-controls.c | 1212 ++++++++++++++++++++++++++++++- sound/soc/intel/sst-atom-controls.h | 428 +++++++++++ sound/soc/intel/sst-mfld-platform-pcm.c | 153 ++++- sound/soc/intel/sst-mfld-platform.h | 4 + sound/soc/soc-pcm.c | 3 + 5 files changed, 1770 insertions(+), 30 deletions(-)
Thanks