All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ASoC: Intel: Update HSW/BDW SST driver to new FW architecture
@ 2014-10-28 17:37 Liam Girdwood
  2014-10-28 22:24 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Liam Girdwood @ 2014-10-28 17:37 UTC (permalink / raw)
  To: Mark Brown; +Cc: liam.r.girdwood, alsa-devel@alsa-project.org

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

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

end of thread, other threads:[~2014-10-28 22:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-28 17:37 [PATCH v2] ASoC: Intel: Update HSW/BDW SST driver to new FW architecture Liam Girdwood
2014-10-28 22:24 ` Mark Brown

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.