[alsa-devel] [PATCH v2 0/8] ASoC: Intel: rework the mfld platform driver
Vinod Koul
vinod.koul at intel.com
Mon May 5 18:49:17 CEST 2014
This patch series reworks and reformats the existing platform driver we use.
This is stepping support for seconds series of patches which will support
Merrifield platform with DPCM based implementation
Not much logical changes in code except adding drain support for compressed
audio. Most is mere modularization of the existing code
Fixes in v2:
- add two more patches
- fix makefile addition is 4th patch
- dropped name change in platform ops patch
Vinod Koul (8):
ASoC: Intel: remove FSF snail mail address
ASoc: Intel: rename sst-mfld-platform.c
ASoC: Intel: mark sst_set_stream_status as non static
ASoC: Intel: split the pcm and compress to different files
ASoC: Intel: remove unused sst-mfld platform dais
ASoC: Intel: add drain_notify support
ASoC: Intel: remove codec memeber from codec structs
ASoC: Intel: move component registration blob
sound/soc/intel/Makefile | 14 +-
sound/soc/intel/sst-mfld-dsp.h | 8 -
sound/soc/intel/sst-mfld-platform-compress.c | 237 +++++++++++++++++++
...sst-mfld-platform.c => sst-mfld-platform-pcm.c} | 250 +-------------------
sound/soc/intel/sst-mfld-platform.h | 11 +-
5 files changed, 263 insertions(+), 257 deletions(-)
create mode 100644 sound/soc/intel/sst-mfld-platform-compress.c
rename sound/soc/intel/{sst-mfld-platform.c => sst-mfld-platform-pcm.c} (67%)
More information about the Alsa-devel
mailing list