Here is the much delayed support for compress audio streams in ASoC. The v2 incorprates feedback discussed on v1 patches and this also adds the support in Intel drivers.
Namarta Kohli (1): ASoC: add compress stream support
Vinod Koul (2): ASoC: add definations for compressed operations ASoC: mid-x86 - add support for compressed streams
include/sound/compress_driver.h | 1 + include/sound/soc-dai.h | 3 + include/sound/soc.h | 16 ++- sound/soc/Kconfig | 1 + sound/soc/Makefile | 2 +- sound/soc/mid-x86/mfld_machine.c | 9 ++ sound/soc/mid-x86/sst_dsp.h | 134 +++++++++++++++++ sound/soc/mid-x86/sst_platform.c | 204 ++++++++++++++++++++++++++- sound/soc/mid-x86/sst_platform.h | 26 ++++- sound/soc/soc-compress.c | 295 ++++++++++++++++++++++++++++++++++++++ sound/soc/soc-core.c | 57 +++++--- 11 files changed, 721 insertions(+), 27 deletions(-) create mode 100644 sound/soc/mid-x86/sst_dsp.h create mode 100644 sound/soc/soc-compress.c