All of lore.kernel.org
 help / color / mirror / Atom feed
From: Liam Girdwood <liam.r.girdwood@linux.intel.com>
To: Mark Brown <broonie@kernel.org>
Cc: liam.r.girdwood@linux.intel.com,
	"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>
Subject: [PATCH v2] ASoC: Intel: Update HSW/BDW SST driver to new FW architecture
Date: Tue, 28 Oct 2014 17:37:11 +0000	[thread overview]
Message-ID: <1414517831.11730.35.camel@loki> (raw)

The following patch series updates the current upstream driver to use
the new more feature rich ADSP FW architecture. The new FW arch allows
for multiple instantiation of objects in dynamic memory locations.

In summary :-

 o Modules can be created multiple times.
 o Modules persistent data can be allocated in any free blocks
 o Global scratch data can be allocated into any free blocks.
 o DMA can be used to load the module data.

The driver now has to track and manage the new multiple module resource
allocations and pass this data to FW on stream initialisations.

Changes since V1 :-

 o Rebased on top of Vinods latest changes to remove a merge conflict.
 o Added mutex unlock in block error path.

The series is sent as 7 patches for ease of review but should be applied
as a single patch to preserve git bisect build.

The following changes since commit 9a80e8f597f3bde0e1d4a4abb021d475520005a5:

  ASoC: Intel: mrfld: Define sst_res_info for acpi (2014-10-27 18:02:38 +0000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc.git intel/new-fw-arch

for you to fetch changes up to 86ce414b582c79fa2e5a5f19e046eaee5bfa84e1:

  ASoC: Intel: Update HSW/BDW SST driver to new FW architecture (2014-10-28 17:05:46 +0000)

----------------------------------------------------------------
Liam Girdwood (1):
      ASoC: Intel: Update HSW/BDW SST driver to new FW architecture

 sound/soc/intel/sst-baytrail-dsp.c |  24 +-
 sound/soc/intel/sst-dsp-priv.h     | 133 ++++++---
 sound/soc/intel/sst-dsp.c          |   8 +
 sound/soc/intel/sst-dsp.h          |   7 +
 sound/soc/intel/sst-firmware.c     | 929 +++++++++++++++++++++++++++++++++++++++++++++++++------------
 sound/soc/intel/sst-haswell-dsp.c  |  59 ++--
 sound/soc/intel/sst-haswell-ipc.c  | 112 ++++----
 sound/soc/intel/sst-haswell-ipc.h  |  11 +-
 sound/soc/intel/sst-haswell-pcm.c  |  83 ++++--
 9 files changed, 1025 insertions(+), 341 deletions(-)

             reply	other threads:[~2014-10-28 17:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-28 17:37 Liam Girdwood [this message]
2014-10-28 22:24 ` [PATCH v2] ASoC: Intel: Update HSW/BDW SST driver to new FW architecture Mark Brown

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=1414517831.11730.35.camel@loki \
    --to=liam.r.girdwood@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    /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.