Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vinod.koul@intel.com>
To: alsa-devel@alsa-project.org
Cc: liam.r.girdwood@linux.intel.com, tiwai@suse.de,
	broonie@kernel.org, Vinod Koul <vinod.koul@intel.com>,
	patches.audio@intel.com
Subject: [RFC 0/7] ASoC: hda - ASoC DSP widget event handlers
Date: Sun, 19 Apr 2015 02:27:26 +0530	[thread overview]
Message-ID: <1429390653-8194-1-git-send-email-vinod.koul@intel.com> (raw)

The aDSP is triggered by DAPM. The DAPM code is atm dependent upon the DFW
aka tplg RFC send by Liam. We will post missing tplg to driver links once
that series is accepted

This series is dependent upon
a) Takashi topic/hda which has core hdac splitup
b) SKL PCM driver series, which adds the SKL HDA Platform driver
c) SKL IPC series which sends IPCs to aDSP

This last series adds the missing link between b) and c).

Comments most welcome

-- 
~Vinod

Jeeja KP (7):
  ASoC: hda: Add skl dsp init and registering with SST IPC lib
  ASoC: hda: add hepler to configure module params
  ASoC: hda: add FW module init/bind IPC
  ASoC: hda: add FW pipe create/delete/set_pipe_state IPC
  ASOC: hda: add DSP platfrom controls widget event handlers
  ASoC: hda: Add support for SSP register settings
  ASoC: hda: Apply dai params_fixup for DSP widgets

 include/sound/soc-hda-sst-dsp.h    |    3 +
 sound/soc/hda/Kconfig              |    1 +
 sound/soc/hda/Makefile             |    3 +-
 sound/soc/hda/hda_dsp_controls.c   |  913 ++++++++++++++++++++++++++++++++++++
 sound/soc/hda/hda_dsp_controls.h   |  338 +++++++++++++
 sound/soc/hda/hda_dsp_ssp_config.c |  290 ++++++++++++
 sound/soc/hda/hda_dsp_ssp_config.h |  423 +++++++++++++++++
 sound/soc/hda/hda_skl.h            |  108 ++++-
 sound/soc/hda/hda_soc_dsp.c        |  702 +++++++++++++++++++++++++++
 9 files changed, 2767 insertions(+), 14 deletions(-)
 create mode 100644 sound/soc/hda/hda_dsp_controls.c
 create mode 100644 sound/soc/hda/hda_dsp_controls.h
 create mode 100644 sound/soc/hda/hda_dsp_ssp_config.c
 create mode 100644 sound/soc/hda/hda_dsp_ssp_config.h
 create mode 100644 sound/soc/hda/hda_soc_dsp.c

-- 
1.7.9.5

             reply	other threads:[~2015-04-18 21:02 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-18 20:57 Vinod Koul [this message]
2015-04-18 20:57 ` [RFC 1/7] ASoC: hda: Add skl dsp init and registering with SST IPC lib Vinod Koul
2015-04-24 17:36   ` Mark Brown
2015-04-26 13:53     ` Vinod Koul
2015-04-18 20:57 ` [RFC 2/7] ASoC: hda: add helper to configure module params Vinod Koul
2015-04-24 17:38   ` Mark Brown
2015-04-26 14:06     ` Vinod Koul
2015-04-18 20:57 ` [RFC 3/7] ASoC: hda: add FW module init/bind IPC Vinod Koul
2015-04-18 20:57 ` [RFC 4/7] ASoC: hda: add FW pipe create/delete/set_pipe_state IPC Vinod Koul
2015-04-18 20:57 ` [RFC 5/7] ASOC: hda: add DSP platfrom controls widget event handlers Vinod Koul
2015-04-24 17:51   ` Mark Brown
2015-04-26 14:14     ` Vinod Koul
2015-04-18 20:57 ` [RFC 6/7] ASoC: hda: Add support for SSP register settings Vinod Koul
2015-04-24 17:55   ` Mark Brown
2015-04-26 14:18     ` Vinod Koul
2015-04-27 14:15       ` Mark Brown
2015-04-29 23:45         ` Pierre-Louis Bossart
2015-04-29 23:50           ` Pierre-Louis Bossart
2015-04-30  4:39             ` Vinod Koul
2015-04-30 14:36               ` Mark Brown
2015-04-30 15:55                 ` Pierre-Louis Bossart
2015-04-18 20:57 ` [RFC 7/7] ASoC: hda: Apply dai params_fixup for DSP widgets Vinod Koul

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=1429390653-8194-1-git-send-email-vinod.koul@intel.com \
    --to=vinod.koul@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