alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] ASoC: Intel: Introduce tokens for CNL
@ 2017-08-21  8:46 Guneshwor Singh
  2017-08-21  8:46 ` [PATCH 1/7] ASoC: Intel: Skylake: Parse multiple manifest data blocks Guneshwor Singh
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Guneshwor Singh @ 2017-08-21  8:46 UTC (permalink / raw)
  To: alsa-devel, Mark Brown
  Cc: Takashi Iwai, Liam Girdwood, Vinod Koul, Guneshwor Singh,
	Patches Audio

This series introduces topology changes for CNL platform. Cannonlake
DSP supports various formats, rates and channels for each module. To
represent the buffer size, cycles per second and required memory page
per format/channel/rate per module, common module data are abstracted
out and are now part of the topology manifest. This is necessary for
pipelines which involve algo modules as they required floating point
calculations.

With the addition of manifest tokens, buffer size, formats and page
required by dsp modules can be pre-calculated and populate in the conf
manifest instead of computing them in the driver.

This change is backward compatible with the existing model.

Jeeja KP (1):
  ASoC: Intel: Skylake: Update module id in pin connections

Ramesh Babu (1):
  ASoC: Intel: Skylake: Parse and update module config structure

Shreyas NC (5):
  ASoC: Intel: Skylake: Parse multiple manifest data blocks
  ASoC: Intel: uapi: Add new tokens for module common data
  ASoC: Intel: Skylake: Commonize parsing of format tokens
  ASoC: Intel: Skylake: Add driver structures to be filled from topology
    manifest
  ASoC: Intel: Skylake: Populate module data from topology manifest

 include/uapi/sound/snd_sst_tokens.h    |  96 ++++-
 sound/soc/intel/skylake/skl-messages.c |  59 ++-
 sound/soc/intel/skylake/skl-pcm.c      |  44 +-
 sound/soc/intel/skylake/skl-topology.c | 718 ++++++++++++++++++++++++++++-----
 sound/soc/intel/skylake/skl-topology.h |  79 ++++
 sound/soc/intel/skylake/skl.h          |   2 +
 6 files changed, 871 insertions(+), 127 deletions(-)

-- 
2.14.1

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

end of thread, other threads:[~2017-08-27 13:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-21  8:46 [PATCH 0/7] ASoC: Intel: Introduce tokens for CNL Guneshwor Singh
2017-08-21  8:46 ` [PATCH 1/7] ASoC: Intel: Skylake: Parse multiple manifest data blocks Guneshwor Singh
2017-08-27 13:39   ` Applied "ASoC: Intel: Skylake: Parse multiple manifest data blocks" to the asoc tree Mark Brown
2017-08-21  8:46 ` [PATCH 2/7] ASoC: Intel: uapi: Add new tokens for module common data Guneshwor Singh
2017-08-21  8:46 ` [PATCH 3/7] ASoC: Intel: Skylake: Commonize parsing of format tokens Guneshwor Singh
2017-08-27 13:38   ` Applied "ASoC: Intel: Skylake: Commonize parsing of format tokens" to the asoc tree Mark Brown
2017-08-21  8:46 ` [PATCH 4/7] ASoC: Intel: Skylake: Add driver structures to be filled from topology manifest Guneshwor Singh
2017-08-21  8:46 ` [PATCH 5/7] ASoC: Intel: Skylake: Populate module data " Guneshwor Singh
2017-08-21  8:46 ` [PATCH 6/7] ASoC: Intel: Skylake: Parse and update module config structure Guneshwor Singh
2017-08-21  8:46 ` [PATCH 7/7] ASoC: Intel: Skylake: Update module id in pin connections Guneshwor Singh
2017-08-27 13:38   ` Applied "ASoC: Intel: Skylake: Update module id in pin connections" to the asoc tree Mark Brown

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).