All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 00/10] Add mrfld DSP topology and widgets
@ 2014-09-09  9:41 Subhransu S. Prusty
  2014-09-09  9:41 ` [PATCH v6 01/10] ASoC: Intel: mfld-pcm: don't call trigger ops to DSP for internal streams Subhransu S. Prusty
                   ` (9 more replies)
  0 siblings, 10 replies; 29+ messages in thread
From: Subhransu S. Prusty @ 2014-09-09  9:41 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 v6:
	Removed the init callback as per review comments from Takashi.

Subhransu S. Prusty (2):
  ASoC: Export dapm_kcontrol_get_value
  ASoC: Intel: mrfld: Use snd_soc_dai_get_drvdata to derive drv data

Vinod Koul (8):
  ASoC: Intel: mfld-pcm: don't call trigger ops to DSP for internal
    streams
  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 FE and BE ops
  ASoC: Intel: mrfld: add the DSP mixers

 include/sound/soc-dapm.h                |    1 +
 sound/soc/intel/sst-atom-controls.c     | 1259 ++++++++++++++++++++++++++++++-
 sound/soc/intel/sst-atom-controls.h     |  558 ++++++++++++++
 sound/soc/intel/sst-mfld-platform-pcm.c |  179 ++++-
 sound/soc/intel/sst-mfld-platform.h     |    7 +-
 sound/soc/soc-dapm.c                    |    3 +-
 6 files changed, 1970 insertions(+), 37 deletions(-)

-- 
1.9.0

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

end of thread, other threads:[~2014-09-23  4:20 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-09  9:41 [PATCH v6 00/10] Add mrfld DSP topology and widgets Subhransu S. Prusty
2014-09-09  9:41 ` [PATCH v6 01/10] ASoC: Intel: mfld-pcm: don't call trigger ops to DSP for internal streams Subhransu S. Prusty
2014-09-16 18:54   ` Mark Brown
2014-09-09  9:41 ` [PATCH v6 02/10] ASoC: Intel: mrfld: add bytes control for modules Subhransu S. Prusty
2014-09-16 18:50   ` Mark Brown
2014-09-16 18:55   ` Mark Brown
2014-09-09  9:41 ` [PATCH v6 03/10] ASoC: Intel: mrfld: add the gain controls Subhransu S. Prusty
2014-09-16 19:00   ` Mark Brown
2014-09-09  9:41 ` [PATCH v6 04/10] ASoC: Intel: mfld-pcm: add control for powering up/down dsp Subhransu S. Prusty
2014-09-16 19:03   ` Mark Brown
2014-09-17 10:56     ` Subhransu S. Prusty
2014-09-17 10:56     ` [alsa-devel] " Subhransu S. Prusty
2014-09-09  9:41 ` [PATCH v6 05/10] ASoC: Intel: mrfld: add DSP core controls Subhransu S. Prusty
2014-09-16 19:30   ` Mark Brown
2014-09-17 10:55     ` [alsa-devel] " Subhransu S. Prusty
2014-09-17 19:37       ` Mark Brown
2014-09-18  6:12         ` Vinod Koul
2014-09-18 17:28           ` Mark Brown
2014-09-19  8:10             ` Vinod Koul
2014-09-19  8:21               ` Vinod Koul
2014-09-23  1:57                 ` Mark Brown
2014-09-23  3:52                   ` Vinod Koul
2014-09-17 10:55     ` Subhransu S. Prusty
2014-09-09  9:41 ` [PATCH v6 06/10] ASoC: Export dapm_kcontrol_get_value Subhransu S. Prusty
2014-09-09  9:41 ` [PATCH v6 07/10] ASoC: Intel: mrfld: add the DSP DAPM widgets Subhransu S. Prusty
2014-09-09  9:41 ` [PATCH v6 08/10] ASoC: Intel: mfld-pcm: add FE and BE ops Subhransu S. Prusty
2014-09-09  9:41 ` [PATCH v6 09/10] ASoC: Intel: mrfld: Use snd_soc_dai_get_drvdata to derive drv data Subhransu S. Prusty
2014-09-16 23:40   ` Mark Brown
2014-09-09  9:41 ` [PATCH v6 10/10] 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.