public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
* [PATCH 00/13] Add DSP topology management for SKL
@ 2015-08-07 18:22 Subhransu S. Prusty
  2015-08-07 18:22 ` [PATCH 01/13] ASoC: Intel: Skylake: Add helpers for DSP module configuration Subhransu S. Prusty
                   ` (14 more replies)
  0 siblings, 15 replies; 19+ messages in thread
From: Subhransu S. Prusty @ 2015-08-07 18:22 UTC (permalink / raw)
  To: alsa-devel
  Cc: liam.r.girdwood, tiwai, broonie, Subhransu S. Prusty,
	patches.audio

The SKL driver does not code DSP topology in driver. With this series
the soc topology framework is used to parse the topology information
to create widgets, controls and route map for the FW topology.

It adds routines for SKL DSP module configuration, add building blocks
to instanatiate modules and pipes. It uses SKL IPC library added earlier
to send IPC for initialize the module, bind/unbind modules, create
pipeline and manage them.

Last patch in this series removes the unused dais.

Hardik T Shah (1):
  ASoC: Intel: Skylake: Add helpers for SRC and converter modules

Jeeja KP (12):
  ASoC: Intel: Skylake: Add helpers for DSP module configuration
  ASoC: Intel: Skylake: Add DSP module init and binding routines
  ASoC: Intel: Skylake: Add pipe management helpers
  ASoC: Intel: Skylake: Add pipe and modules handlers
  ASoC: Intel: Skylake: Add module configuration helpers
  ASoC: Intel: Skylake: add DSP platform widget event handlers
  ASoC: Intel: Skylake: Add FE and BE hw_params handling
  ASoC: Intel: Skylake: Add topology core init and handlers
  ASoC: Intel: Skylake: Initialize and load DSP controls
  ASoC: Intel: Skylake: Add DSP support and enable it
  ASoC: Intel: Skylake: Initialize NHLT table
  ASoC: Intel: Skylake: Remove CPU dai that is not used

 sound/soc/intel/skylake/Makefile             |    3 +-
 sound/soc/intel/skylake/skl-messages.c       |  751 +++++++++++++++
 sound/soc/intel/skylake/skl-pcm.c            |  173 ++--
 sound/soc/intel/skylake/skl-topology.c       | 1264 ++++++++++++++++++++++++++
 sound/soc/intel/skylake/skl-topology.h       |  307 +++++++
 sound/soc/intel/skylake/skl-tplg-interface.h |  166 ++++
 sound/soc/intel/skylake/skl.c                |   29 +-
 sound/soc/intel/skylake/skl.h                |   11 +
 8 files changed, 2636 insertions(+), 68 deletions(-)
 create mode 100644 sound/soc/intel/skylake/skl-topology.c
 create mode 100644 sound/soc/intel/skylake/skl-topology.h
 create mode 100644 sound/soc/intel/skylake/skl-tplg-interface.h

-- 
2.4.3

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

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

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-07 18:22 [PATCH 00/13] Add DSP topology management for SKL Subhransu S. Prusty
2015-08-07 18:22 ` [PATCH 01/13] ASoC: Intel: Skylake: Add helpers for DSP module configuration Subhransu S. Prusty
2015-08-07 18:22 ` [PATCH 02/13] ASoC: Intel: Skylake: Add helpers for SRC and converter modules Subhransu S. Prusty
2015-08-07 18:22 ` [PATCH 03/13] ASoC: Intel: Skylake: Add DSP module init and binding routines Subhransu S. Prusty
2015-08-07 18:22 ` [PATCH 04/13] ASoC: Intel: Skylake: Add pipe management helpers Subhransu S. Prusty
2015-08-07 18:22 ` [PATCH 05/13] ASoC: Intel: Skylake: Add pipe and modules handlers Subhransu S. Prusty
2015-08-07 18:22 ` [PATCH 06/13] ASoC: Intel: Skylake: Add module configuration helpers Subhransu S. Prusty
2015-08-07 18:22 ` [PATCH 07/13] ASoC: Intel: Skylake: add DSP platform widget event handlers Subhransu S. Prusty
2015-08-07 18:22 ` [PATCH 08/13] ASoC: Intel: Skylake: Add FE and BE hw_params handling Subhransu S. Prusty
2015-08-07 18:22 ` [PATCH 09/13] ASoC: Intel: Skylake: Add topology core init and handlers Subhransu S. Prusty
2015-08-07 18:22 ` [PATCH 10/13] ASoC: Intel: Skylake: Initialize and load DSP controls Subhransu S. Prusty
2015-08-07 18:22 ` [PATCH 11/13] ASoC: Intel: Skylake: Add DSP support and enable it Subhransu S. Prusty
2015-10-07 15:05   ` Applied "ASoC: Intel: Skylake: Add DSP support and enable it" to the asoc tree Mark Brown
2015-08-07 18:22 ` [PATCH 12/13] ASoC: Intel: Skylake: Initialize NHLT table Subhransu S. Prusty
2015-10-07 15:05   ` Applied "ASoC: Intel: Skylake: Initialize NHLT table" to the asoc tree Mark Brown
2015-08-07 18:22 ` [PATCH 13/13] ASoC: Intel: Skylake: Remove CPU dai that is not used Subhransu S. Prusty
2015-09-20  0:13   ` Applied "ASoC: Intel: Skylake: Remove unused CPU dais" to the asoc tree Mark Brown
2015-08-07 18:59 ` [PATCH 00/13] Add DSP topology management for SKL Subhransu S. Prusty
2015-08-07 18:59 ` [alsa-devel] " Subhransu S. Prusty

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