Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] ASoC: Intel: rework the mfld platform driver
@ 2014-05-05 16:49 Vinod Koul
  2014-05-05 16:49 ` [PATCH v2 1/8] ASoC: Intel: remove FSF snail mail address Vinod Koul
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Vinod Koul @ 2014-05-05 16:49 UTC (permalink / raw)
  To: alsa-devel; +Cc: Vinod Koul, jeeja.kp, broonie, subhransu.s.prusty, lgirdwood

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%)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-05-08 17:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-05 16:49 [PATCH v2 0/8] ASoC: Intel: rework the mfld platform driver Vinod Koul
2014-05-05 16:49 ` [PATCH v2 1/8] ASoC: Intel: remove FSF snail mail address Vinod Koul
2014-05-05 16:49 ` [PATCH v2 2/8] ASoc: Intel: rename sst-mfld-platform.c Vinod Koul
2014-05-05 16:49 ` [PATCH v2 3/8] ASoC: Intel: mark sst_set_stream_status as non static Vinod Koul
2014-05-05 16:49 ` [PATCH v2 4/8] ASoC: Intel: split the pcm and compress to different files Vinod Koul
2014-05-05 16:49 ` [PATCH v2 5/8] ASoC: Intel: remove unused sst-mfld platform dais Vinod Koul
2014-05-05 16:49 ` [PATCH v2 6/8] ASoC: Intel: add drain_notify support Vinod Koul
2014-05-05 16:49 ` [PATCH v2 7/8] ASoC: Intel: remove codec memeber from codec structs Vinod Koul
2014-05-05 16:49 ` [PATCH v2 8/8] ASoC: Intel: move component registration blob Vinod Koul
2014-05-05 19:47 ` [PATCH v2 0/8] ASoC: Intel: rework the mfld platform driver Mark Brown
2014-05-06 14:40 ` Liam Girdwood
2014-05-08 17:27 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox