[alsa-devel] [PATCH 0/6] ASoC: Intel: rework the mfld platform driver

Vinod Koul vinod.koul at intel.com
Mon May 5 10:57:46 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 but modularize the existing code

Vinod Koul (6):
  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: rename pcm dias to media dai

 sound/soc/intel/Makefile                           |    2 +-
 sound/soc/intel/sst-mfld-dsp.h                     |    4 -
 sound/soc/intel/sst-mfld-platform-compress.c       |  228 ++++++++++++++++
 ...sst-mfld-platform.c => sst-mfld-platform-pcm.c} |  278 ++------------------
 sound/soc/intel/sst-mfld-platform.h                |    9 +-
 5 files changed, 254 insertions(+), 267 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} (62%)



More information about the Alsa-devel mailing list