From: "Subhransu S. Prusty" <subhransu.s.prusty@intel.com>
To: alsa-devel@alsa-project.org
Cc: liam.r.girdwood@linux.intel.com, tiwai@suse.de,
broonie@kernel.org, patches.audio@intel.com
Subject: Re: [alsa-devel] [PATCH 00/13] Add DSP topology management for SKL
Date: Sat, 8 Aug 2015 00:29:05 +0530 [thread overview]
Message-ID: <20150807185859.GA3383@vinod.koul@linux.intel.com> (raw)
In-Reply-To: <1438971749-874-1-git-send-email-subhransu.s.prusty@intel.com>
I resent some older patches as well with this series. Please ignore. Will
resend the series.
Sorry for the spam.
On Fri, Aug 07, 2015 at 11:52:16PM +0530, Subhransu S. Prusty wrote:
> 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
>
--
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
prev parent reply other threads:[~2015-08-07 18:59 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Subhransu S. Prusty [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=20150807185859.GA3383@vinod.koul@linux.intel.com \
--to=subhransu.s.prusty@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 \
/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