alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Add Cannonlake Audio DSP support
@ 2017-08-02 16:21 Guneshwor Singh
  2017-08-02 16:21 ` [PATCH 1/9] ASoC: Intel: Skylake: Add num of cores in dsp ops Guneshwor Singh
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Guneshwor Singh @ 2017-08-02 16:21 UTC (permalink / raw)
  To: alsa-devel, Mark Brown
  Cc: Takashi Iwai, Liam Girdwood, Vinod Koul, Guneshwor Singh,
	Patches Audio

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.

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

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

end of thread, other threads:[~2017-08-03 16:30 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 0/9] Add Cannonlake Audio DSP support Vinod Koul

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