From: Vinod Koul <vinod.koul@intel.com>
To: Guneshwor Singh <guneshwor.o.singh@intel.com>
Cc: Takashi Iwai <tiwai@suse.de>,
Liam Girdwood <liam.r.girdwood@linux.intel.com>,
alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>,
Patches Audio <patches.audio@intel.com>
Subject: Re: [PATCH v2 0/7] ASoC: Intel: Introduce tokens for CNL
Date: Fri, 25 Aug 2017 11:11:13 +0530 [thread overview]
Message-ID: <20170825054109.GG3053@localhost> (raw)
In-Reply-To: <20170823140354.792-1-guneshwor.o.singh@intel.com>
On Wed, Aug 23, 2017 at 07:33:47PM +0530, Guneshwor Singh wrote:
> 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.
Acked-By: Vinod Koul <vinod.koul@intel.com>
>
> Changes in v2:
> - Removed token SKL_TKN_MM_U8_MAX_INST_COUNT and its structure member
> which is never used.
>
> 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 | 92 ++++-
> sound/soc/intel/skylake/skl-messages.c | 59 ++-
> sound/soc/intel/skylake/skl-pcm.c | 44 +-
> sound/soc/intel/skylake/skl-topology.c | 713 ++++++++++++++++++++++++++++-----
> sound/soc/intel/skylake/skl-topology.h | 78 ++++
> sound/soc/intel/skylake/skl.h | 2 +
> 6 files changed, 861 insertions(+), 127 deletions(-)
>
> --
> 2.14.1
>
--
~Vinod
prev parent reply other threads:[~2017-08-25 5:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-23 14:03 [PATCH v2 0/7] ASoC: Intel: Introduce tokens for CNL Guneshwor Singh
2017-08-23 14:03 ` [PATCH v2 1/7] ASoC: Intel: Skylake: Parse multiple manifest data blocks Guneshwor Singh
2017-08-23 14:03 ` [PATCH v2 2/7] ASoC: Intel: uapi: Add new tokens for module common data Guneshwor Singh
2017-08-27 13:39 ` Applied "ASoC: Intel: uapi: Add new tokens for module common data" to the asoc tree Mark Brown
2017-08-23 14:03 ` [PATCH v2 3/7] ASoC: Intel: Skylake: Commonize parsing of format tokens Guneshwor Singh
2017-08-23 14:03 ` [PATCH v2 4/7] ASoC: Intel: Skylake: Add driver structures to be filled from topology manifest Guneshwor Singh
2017-08-27 13:38 ` Applied "ASoC: Intel: Skylake: Add driver structures to be filled from topology manifest" to the asoc tree Mark Brown
2017-08-23 14:03 ` [PATCH v2 5/7] ASoC: Intel: Skylake: Populate module data from topology manifest Guneshwor Singh
2017-08-23 14:03 ` [PATCH v2 6/7] ASoC: Intel: Skylake: Parse and update module config structure Guneshwor Singh
2017-08-23 14:03 ` [PATCH v2 7/7] ASoC: Intel: Skylake: Update module id in pin connections Guneshwor Singh
2017-08-25 5:41 ` Vinod Koul [this message]
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=20170825054109.GG3053@localhost \
--to=vinod.koul@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=guneshwor.o.singh@intel.com \
--cc=liam.r.girdwood@linux.intel.com \
--cc=patches.audio@intel.com \
--cc=tiwai@suse.de \
/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 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.