alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Guneshwor Singh <guneshwor.o.singh@intel.com>
To: alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>
Cc: Takashi Iwai <tiwai@suse.de>,
	Liam Girdwood <liam.r.girdwood@linux.intel.com>,
	Vinod Koul <vinod.koul@intel.com>,
	Guneshwor Singh <guneshwor.o.singh@intel.com>,
	Patches Audio <patches.audio@intel.com>
Subject: [PATCH 0/7] ASoC: Intel: Introduce tokens for CNL
Date: Mon, 21 Aug 2017 14:16:39 +0530	[thread overview]
Message-ID: <20170821084646.6525-1-guneshwor.o.singh@intel.com> (raw)

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

             reply	other threads:[~2017-08-21  8:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-21  8:46 Guneshwor Singh [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170821084646.6525-1-guneshwor.o.singh@intel.com \
    --to=guneshwor.o.singh@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=liam.r.girdwood@linux.intel.com \
    --cc=patches.audio@intel.com \
    --cc=tiwai@suse.de \
    --cc=vinod.koul@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).