alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/8] Add DSP topology management for SKL
@ 2015-10-07 10:31 Vinod Koul
  2015-10-07 10:31 ` [PATCH v4 1/8] ASoC: Intel: Skylake: Add pipe and modules handlers Vinod Koul
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Vinod Koul @ 2015-10-07 10:31 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, patches.audio, broonie, Vinod Koul

The SKL driver does not code DSP topology in driver. With this series
the ASoC 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, compute resources
for modules, initialize and bind the pipe modules. It uses the SKL IPC
library added earlier to send IPC for initialize the module, bind/unbind
modules.
Last patch in this series removes the unused dais.

changes in v4:
- rename resource allocators and add resource deallocator
- remove bind_unbind and add in callng fn
- fix some 80char warns
- some minor cleanup at odd places

changes in v3:
- removeno/less logic wrappers
- remove most of debug prints, few kept
- use asoc widget list macros instead of using list_for_xxx
- fix one instance of no empty line between two functions
- fix tplg event ID > 255
- add more comments for locking, usage of widget list and few other places,
  fixed few error prints, add file name etc

changes in v2:
- add more explanation in changelog and code
- add explanation of MCPS
- fix whitespace issues
- remove skl widget check on event handler as it is redundant
- add switch for depth
- add else for direction based code
- remove cast for NHLT blob query
- make debug prints to error
- remove dump info
- clean some debug prints

Jeeja KP (5):
  ASoC: Intel: Skylake: Add pipe and modules handlers
  ASoC: Intel: Skylake: Add module configuration helpers
  ASoC: Intel: Skylake: Initialize and load DSP controls
  ASoC: Intel: Skylake: Add DSP support and enable it
  ASoC: Intel: Skylake: Initialize NHLT table

Vinod Koul (3):
  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

 sound/soc/intel/Kconfig                      |    1 +
 sound/soc/intel/skylake/Makefile             |    3 +-
 sound/soc/intel/skylake/skl-pcm.c            |  141 ++-
 sound/soc/intel/skylake/skl-topology.c       | 1238 ++++++++++++++++++++++++++
 sound/soc/intel/skylake/skl-topology.h       |   28 +
 sound/soc/intel/skylake/skl-tplg-interface.h |   80 ++
 sound/soc/intel/skylake/skl.c                |   29 +-
 sound/soc/intel/skylake/skl.h                |   11 +
 8 files changed, 1495 insertions(+), 36 deletions(-)
 create mode 100644 sound/soc/intel/skylake/skl-topology.c

-- 
2.4.3

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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-07 10:31 [PATCH v4 0/8] Add DSP topology management for SKL Vinod Koul
2015-10-07 10:31 ` [PATCH v4 1/8] ASoC: Intel: Skylake: Add pipe and modules handlers Vinod Koul
2015-10-07 15:06   ` Applied "ASoC: Intel: Skylake: Add pipe and modules handlers" to the asoc tree Mark Brown
2015-10-07 10:31 ` [PATCH v4 2/8] ASoC: Intel: Skylake: Add module configuration helpers Vinod Koul
2015-10-07 15:06   ` Applied "ASoC: Intel: Skylake: Add module configuration helpers" to the asoc tree Mark Brown
2015-10-07 10:31 ` [PATCH v4 3/8] ASoC: Intel: Skylake: add DSP platform widget event handlers Vinod Koul
2015-10-07 15:06   ` Applied "ASoC: Intel: Skylake: add DSP platform widget event handlers" to the asoc tree Mark Brown
2015-10-07 10:31 ` [PATCH v4 4/8] ASoC: Intel: Skylake: Add FE and BE hw_params handling Vinod Koul
2015-10-07 15:06   ` Applied "ASoC: Intel: Skylake: Add FE and BE hw_params handling" to the asoc tree Mark Brown
2015-10-07 10:31 ` [PATCH v4 5/8] ASoC: Intel: Skylake: Add topology core init and handlers Vinod Koul
2015-10-07 14:28   ` Mark Brown
2015-10-07 14:37     ` Koul, Vinod
2015-10-07 10:31 ` [PATCH v4 6/8] ASoC: Intel: Skylake: Initialize and load DSP controls Vinod Koul
2015-10-07 15:05   ` Applied "ASoC: Intel: Skylake: Initialize and load DSP controls" to the asoc tree Mark Brown
2015-10-07 10:31 ` [PATCH v4 7/8] ASoC: Intel: Skylake: Add DSP support and enable it Vinod Koul
2015-10-07 10:31 ` [PATCH v4 8/8] ASoC: Intel: Skylake: Initialize NHLT table 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).