Here is the split patch series for adding DSP support for Intel's merrfield platform.
The last patch si mxer update patch which we have been discussing over the list. This is only for discussion and sake of complteness. For that patch we need the dapm_kcontrol_get/set series to do merged OR patch to be reworked after compenent series
Vinod Koul (19): ASoC: Intel: add COMPILE_TEST to mfld machine ASoC: Intel: mfld_pcm: move stream handling to dai_ops ASoC: Intel: mfld-pcm rename period callback arg ASoc: Intel: mfld-pcm: report pcm delay ASoC: Intel: add the mrfld fw IPC definations ASoC: Intel: mfld-pcm: modularize stream allocation code ASoC: Intel: add mrfld pipelines ASoC: Intel: use common stream allocation method for compressed stream ASoC: Intel: mfld-pcm: add FE and BE ops ASoC: Intel: add mrfld DSP registers ASoC: intel: mfld-pcm: don't call trigger ops to DSP for internal streams ASoC: Intel: add generic parameter set interface ASoC: Intel: mrfld: add bytes control for modules ASoC: Intel: mrfld: add the gain controls ASoC: Intel: mfld-pcm: add control for powering up/down dsp ASoC: Intel: mrfld: add DSP core controls ASoC: Intel; mrfld: add the DSP DAPM widgets ASoC: Intel: mfld-pcm: add the fe & be dai ops ASoC: Intel: mrfld: add the DSP mixers
arch/x86/include/asm/platform_sst_audio.h | 78 ++ sound/soc/intel/Kconfig | 2 +- sound/soc/intel/Makefile | 3 +- sound/soc/intel/sst-atom-controls.c | 1386 ++++++++++++++++++++++++++ sound/soc/intel/sst-atom-controls.h | 906 +++++++++++++++++ sound/soc/intel/sst-mfld-dsp.h | 414 ++++++++- sound/soc/intel/sst-mfld-platform-compress.c | 11 +- sound/soc/intel/sst-mfld-platform-pcm.c | 492 +++++++--- sound/soc/intel/sst-mfld-platform.h | 47 +- 9 files changed, 3199 insertions(+), 140 deletions(-) create mode 100644 arch/x86/include/asm/platform_sst_audio.h create mode 100644 sound/soc/intel/sst-atom-controls.c create mode 100644 sound/soc/intel/sst-atom-controls.h