alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/13] add mrfld DSP support
@ 2014-07-10  4:44 Subhransu S. Prusty
  2014-07-10  4:44 ` [PATCH v2 01/13] ASoC: Export dapm_kcontrol_get_value Subhransu S. Prusty
                   ` (13 more replies)
  0 siblings, 14 replies; 21+ messages in thread
From: Subhransu S. Prusty @ 2014-07-10  4:44 UTC (permalink / raw)
  To: alsa-devel
  Cc: vinod.koul, broonie, Subhransu S. Prusty, lgirdwood,
	Lars-Peter Clausen

Here is the patch series for adding DSP support for Intel's merrifield platform.

Changes in v2:
* Use standard dapm types instead for mixer controls
* Removed register file, rather use dapm cached value for mixers
* Removed read/write handlers for virtual registers
* Removed accessing DAPM core data structures

Subhransu S. Prusty (2):
  ASoC: Export dapm_kcontrol_get_value
  ASoC: Intel: mrfld: set private data for cpu-dai

Vinod Koul (11):
  ASoC: Intel: mfld-pcm: add FE and BE ops
  ASoC: intel: mfld-pcm: don't call trigger ops to DSP for internal
    streams
  ASoC: Intel: add generic parameter set interface
  ASoC: Intel: add mrfld DSP defines
  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

 include/sound/soc-dapm.h                |    1 +
 sound/soc/intel/Makefile                |    3 +-
 sound/soc/intel/sst-atom-controls.c     | 1256 +++++++++++++++++++++++++++++++
 sound/soc/intel/sst-atom-controls.h     |  844 ++++++++++++++++++++-
 sound/soc/intel/sst-mfld-platform-pcm.c |  192 ++++-
 sound/soc/intel/sst-mfld-platform.h     |   16 +-
 sound/soc/soc-dapm.c                    |    3 +-
 7 files changed, 2276 insertions(+), 39 deletions(-)
 create mode 100644 sound/soc/intel/sst-atom-controls.c

-- 
1.9.0

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

end of thread, other threads:[~2014-07-25  5:53 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-10  4:44 [PATCH v2 00/13] add mrfld DSP support Subhransu S. Prusty
2014-07-10  4:44 ` [PATCH v2 01/13] ASoC: Export dapm_kcontrol_get_value Subhransu S. Prusty
2014-07-10  4:44 ` [PATCH v2 02/13] ASoC: Intel: mfld-pcm: add FE and BE ops Subhransu S. Prusty
2014-07-10  4:44 ` [PATCH v2 03/13] ASoC: Intel: mrfld: set private data for cpu-dai Subhransu S. Prusty
2014-07-10  4:44 ` [PATCH v2 04/13] ASoC: intel: mfld-pcm: don't call trigger ops to DSP for internal streams Subhransu S. Prusty
2014-07-10  4:44 ` [PATCH v2 05/13] ASoC: Intel: add generic parameter set interface Subhransu S. Prusty
2014-07-10  4:44 ` [PATCH v2 06/13] ASoC: Intel: add mrfld DSP defines Subhransu S. Prusty
2014-07-10  4:44 ` [PATCH v2 07/13] ASoC: Intel: mrfld: add bytes control for modules Subhransu S. Prusty
2014-07-10  4:44 ` [PATCH v2 08/13] ASoC: Intel: mrfld: add the gain controls Subhransu S. Prusty
2014-07-10  4:44 ` [PATCH v2 09/13] ASoC: Intel: mfld-pcm: add control for powering up/down dsp Subhransu S. Prusty
2014-07-10  4:44 ` [PATCH v2 10/13] ASoC: Intel: mrfld: add DSP core controls Subhransu S. Prusty
2014-07-10  4:44 ` [PATCH v2 11/13] ASoC: Intel: mrfld: add the DSP DAPM widgets Subhransu S. Prusty
2014-07-18 12:19   ` Mark Brown
2014-07-18 14:26     ` Vinod Koul
2014-07-24  6:18       ` Vinod Koul
2014-07-24 11:50         ` Mark Brown
2014-07-25  5:46           ` Vinod Koul
2014-07-10  4:44 ` [PATCH v2 12/13] ASoC: Intel: mfld-pcm: add the fe & be dai ops Subhransu S. Prusty
2014-07-10  4:44 ` [PATCH v2 13/13] ASoC: Intel: mrfld: add the DSP mixers Subhransu S. Prusty
2014-07-14 18:50 ` [PATCH v2 00/13] add mrfld DSP support Mark Brown
2014-07-15  5:24   ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).