alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
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 0/9] Add Cannonlake Audio DSP support
Date: Thu, 3 Aug 2017 10:28:52 +0530	[thread overview]
Message-ID: <20170803045851.GD3053@localhost> (raw)
In-Reply-To: <20170802162120.8935-1-guneshwor.o.singh@intel.com>

On Wed, Aug 02, 2017 at 09:51:11PM +0530, Guneshwor Singh wrote:
> Cannonlake (CNL) audio is similar to Broxton with a substantial difference
> in ipc registers. This series enables CNL support by adding required dsp
> library functions and ipc register programming. CNL has 4 dsp cores,
> additional core support is also added here.
> 
> To accommodate the above changes in the current code, existing helper
> functions, common functions that are reusable and dsp ops are modified.

Acked-By: Vinod Koul <vinod.koul@intel.com>

> 
> Dharageswari R (1):
>   ASoC: Intel: Skylake: Add num of cores in dsp ops
> 
> Guneshwor Singh (7):
>   ASoC: Intel: Skylake: Use num_core to allocate instead of macro
>   ASoC: Intel: cnl: Add cnl dsp functions and registers
>   ASoC: Intel: Skylake: Move platform specific init to platform
>     dsp_init()
>   ASoC: Intel: cnl: Unstatify common ipc functions
>   ASoC: Intel: cnl: Add sst library functions for cnl platform
>   ASoC: Intel: cnl: add dsp ops for cannonlake
>   ASoC: Intel: cnl: add pci id for cnl
> 
> Pardha Saradhi K (1):
>   ASoC: Intel: Skylake: Add dsp cores management
> 
>  sound/soc/intel/skylake/Makefile        |   5 +-
>  sound/soc/intel/skylake/bxt-sst.c       |   5 +-
>  sound/soc/intel/skylake/cnl-sst-dsp.c   | 274 ++++++++++++++++++
>  sound/soc/intel/skylake/cnl-sst-dsp.h   | 112 ++++++++
>  sound/soc/intel/skylake/cnl-sst.c       | 495 ++++++++++++++++++++++++++++++++
>  sound/soc/intel/skylake/skl-messages.c  |  31 ++
>  sound/soc/intel/skylake/skl-sst-dsp.c   |   2 +-
>  sound/soc/intel/skylake/skl-sst-ipc.c   |   6 +-
>  sound/soc/intel/skylake/skl-sst-ipc.h   |  12 +-
>  sound/soc/intel/skylake/skl-sst-utils.c |   6 +-
>  sound/soc/intel/skylake/skl-sst.c       |   6 +-
>  sound/soc/intel/skylake/skl-topology.c  |  26 +-
>  sound/soc/intel/skylake/skl.c           |  11 +
>  sound/soc/intel/skylake/skl.h           |   1 +
>  14 files changed, 970 insertions(+), 22 deletions(-)
>  create mode 100644 sound/soc/intel/skylake/cnl-sst-dsp.c
>  create mode 100644 sound/soc/intel/skylake/cnl-sst-dsp.h
>  create mode 100644 sound/soc/intel/skylake/cnl-sst.c
> 
> -- 
> 2.13.0
> 

-- 
~Vinod

      parent reply	other threads:[~2017-08-03  4:55 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-02 16:21 [PATCH 0/9] Add Cannonlake Audio DSP support Guneshwor Singh
2017-08-02 16:21 ` [PATCH 1/9] ASoC: Intel: Skylake: Add num of cores in dsp ops Guneshwor Singh
2017-08-03 16:30   ` Applied "ASoC: Intel: Skylake: Add num of cores in dsp ops" to the asoc tree Mark Brown
2017-08-02 16:21 ` [PATCH 2/9] ASoC: Intel: Skylake: Use num_core to allocate instead of macro Guneshwor Singh
2017-08-03 16:30   ` Applied "ASoC: Intel: Skylake: Use num_core to allocate instead of macro" to the asoc tree Mark Brown
2017-08-02 16:21 ` [PATCH 3/9] ASoC: Intel: Skylake: Add dsp cores management Guneshwor Singh
2017-08-03 16:30   ` Applied "ASoC: Intel: Skylake: Add dsp cores management" to the asoc tree Mark Brown
2017-08-02 16:21 ` [PATCH 4/9] ASoC: Intel: cnl: Add cnl dsp functions and registers Guneshwor Singh
2017-08-03 16:30   ` Applied "ASoC: Intel: cnl: Add cnl dsp functions and registers" to the asoc tree Mark Brown
2017-08-02 16:21 ` [PATCH 5/9] ASoC: Intel: Skylake: Move platform specific init to platform dsp_init() Guneshwor Singh
2017-08-03 16:30   ` Applied "ASoC: Intel: Skylake: Move platform specific init to platform dsp_init()" to the asoc tree Mark Brown
2017-08-02 16:21 ` [PATCH 6/9] ASoC: Intel: cnl: Unstatify common ipc functions Guneshwor Singh
2017-08-03 16:30   ` Applied "ASoC: Intel: cnl: Unstatify common ipc functions" to the asoc tree Mark Brown
2017-08-02 16:21 ` [PATCH 7/9] ASoC: Intel: cnl: Add sst library functions for cnl platform Guneshwor Singh
2017-08-03 16:30   ` Applied "ASoC: Intel: cnl: Add sst library functions for cnl platform" to the asoc tree Mark Brown
2017-08-02 16:21 ` [PATCH 8/9] ASoC: Intel: cnl: add dsp ops for cannonlake Guneshwor Singh
2017-08-03 16:30   ` Applied "ASoC: Intel: cnl: add dsp ops for cannonlake" to the asoc tree Mark Brown
2017-08-02 16:21 ` [PATCH 9/9] ASoC: Intel: cnl: add pci id for cnl Guneshwor Singh
2017-08-03 16:30   ` Applied "ASoC: Intel: cnl: add pci id for cnl" to the asoc tree Mark Brown
2017-08-03  4:58 ` 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=20170803045851.GD3053@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 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).