All of lore.kernel.org
 help / color / mirror / Atom feed
* [v3 00/13] Add mrfld DSP topology and widgets
@ 2014-07-30 13:02 Subhransu S. Prusty
  2014-07-30 13:02 ` [v3 01/13] ASoC: Intel: mfld-pcm: add FE and BE ops Subhransu S. Prusty
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Subhransu S. Prusty @ 2014-07-30 13:02 UTC (permalink / raw)
  To: alsa-devel
  Cc: vinod.koul, broonie, Subhransu S. Prusty, lgirdwood,
	Lars-Peter Clausen

This patch series adds DPCM and DAPM widgets to handle DSP topology in the
SST platform driver for merrifield.

Changes in V3:
Addressed some review comments:
	- Using snd_soc_kcontrol_platform
	- Added lock for put handlersa
	- Fix to use send_byte_stream ops instead of generic_params ioctl

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

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: Fix to use byte control 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     | 1263 +++++++++++++++++++++++++++++++
 sound/soc/intel/sst-atom-controls.h     |  844 ++++++++++++++++++++-
 sound/soc/intel/sst-mfld-platform-pcm.c |  192 ++++-
 sound/soc/intel/sst-mfld-platform.h     |   12 +-
 sound/soc/soc-dapm.c                    |    3 +-
 7 files changed, 2279 insertions(+), 39 deletions(-)
 create mode 100644 sound/soc/intel/sst-atom-controls.c

-- 
1.9.0

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

end of thread, other threads:[~2014-07-31 10:15 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-30 13:02 [v3 00/13] Add mrfld DSP topology and widgets Subhransu S. Prusty
2014-07-30 13:02 ` [v3 01/13] ASoC: Intel: mfld-pcm: add FE and BE ops Subhransu S. Prusty
2014-07-30 13:02 ` [v3 02/13] ASoC: Intel: mrfld: set private data for cpu-dai Subhransu S. Prusty
2014-07-30 13:02 ` [v3 03/13] ASoC: intel: mfld-pcm: don't call trigger ops to DSP for internal streams Subhransu S. Prusty
2014-07-30 13:02 ` [v3 04/13] ASoC: Intel: Fix to use byte control interface Subhransu S. Prusty
2014-07-30 13:02 ` [v3 05/13] ASoC: Intel: add mrfld DSP defines Subhransu S. Prusty
2014-07-30 13:39   ` Takashi Iwai
2014-07-30 13:02 ` [v3 06/13] ASoC: Intel: mrfld: add bytes control for modules Subhransu S. Prusty
2014-07-30 13:50   ` Takashi Iwai
2014-07-31  9:54     ` [alsa-devel] " Subhransu S. Prusty
2014-07-31  9:54     ` Subhransu S. Prusty
2014-07-30 13:02 ` [v3 07/13] ASoC: Intel: mrfld: add the gain controls Subhransu S. Prusty
2014-07-30 13:02 ` [v3 08/13] ASoC: Intel: mfld-pcm: add control for powering up/down dsp Subhransu S. Prusty
2014-07-30 13:02 ` [v3 09/13] ASoC: Intel: mrfld: add DSP core controls Subhransu S. Prusty
2014-07-30 13:02 ` [v3 10/13] ASoC: Export dapm_kcontrol_get_value Subhransu S. Prusty
2014-07-30 13:02 ` [v3 11/13] ASoC: Intel: mrfld: add the DSP DAPM widgets Subhransu S. Prusty
2014-07-30 13:02 ` [v3 12/13] ASoC: Intel: mfld-pcm: add the fe & be dai ops Subhransu S. Prusty
2014-07-30 13:02 ` [v3 13/13] ASoC: Intel: mrfld: add the DSP mixers Subhransu S. Prusty

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.