All of 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, patches.audio@intel.com,
	broonie@kernel.org, Vinod Koul <vinod.koul@intel.com>
Subject: [PATCH v2 0/6] ASoC: Intel: Skylake: Add DSP management routines
Date: Sat,  1 Aug 2015 19:40:38 +0530	[thread overview]
Message-ID: <1438438244-17974-1-git-send-email-vinod.koul@intel.com> (raw)

This is second rev of series to add DSP management routines for SKL driver

The first two patches are fixes to use ACPI header and size fix on NHLT
query

Then we add DSP module configuration calculation helpers followed by SRC and
updown calculation. These are used by next patch which adds module creation,
and binding routines. Lastly modules are used by pipes so we add pipelines
creation, destroy and scheduling helpers

Hardik T Shah (1):
  ASoC: Intel: Skylake: Add helpers for SRC and converter modules

Jeeja KP (5):
  ASoC: Intel: Skylake: Fix the NHLT rate size
  ASoC: Intel: Skylake: Use acpi header for NHLT header
  ASoC: Intel: Skylake: Add helpers for DSP module configuration
  ASoC: Intel: Skylake: Add DSP module init and binding routines
  ASoC: Intel: Skylake: Add pipe management helpers

 sound/soc/intel/skylake/skl-messages.c       | 751 +++++++++++++++++++++++++++
 sound/soc/intel/skylake/skl-nhlt.c           |   3 +-
 sound/soc/intel/skylake/skl-nhlt.h           |  14 +-
 sound/soc/intel/skylake/skl-topology.h       | 286 ++++++++++
 sound/soc/intel/skylake/skl-tplg-interface.h |  88 ++++
 5 files changed, 1128 insertions(+), 14 deletions(-)
 create mode 100644 sound/soc/intel/skylake/skl-topology.h
 create mode 100644 sound/soc/intel/skylake/skl-tplg-interface.h

-- 
1.9.1

             reply	other threads:[~2015-08-01 14:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-01 14:10 Vinod Koul [this message]
2015-08-01 14:10 ` [PATCH v2 1/6] ASoC: Intel: Skylake: Fix the NHLT rate size Vinod Koul
2015-08-07 13:26   ` Applied "ASoC: Intel: Skylake: Fix the NHLT rate size" to the asoc tree Mark Brown
2015-08-01 14:10 ` [PATCH v2 2/6] ASoC: Intel: Skylake: Use acpi header for NHLT header Vinod Koul
2015-08-07 13:26   ` Applied "ASoC: Intel: Skylake: Use acpi header for NHLT header" to the asoc tree Mark Brown
2015-08-01 14:10 ` [PATCH v2 3/6] ASoC: Intel: Skylake: Add helpers for DSP module configuration Vinod Koul
2015-08-07 13:26   ` Applied "ASoC: Intel: Skylake: Add helpers for DSP module configuration" to the asoc tree Mark Brown
2015-08-01 14:10 ` [PATCH v2 4/6] ASoC: Intel: Skylake: Add helpers for SRC and converter modules Vinod Koul
2015-08-07 13:26   ` Applied "ASoC: Intel: Skylake: Add helpers for SRC and converter modules" to the asoc tree Mark Brown
2015-08-01 14:10 ` [PATCH v2 5/6] ASoC: Intel: Skylake: Add DSP module init and binding routines Vinod Koul
2015-08-07 13:26   ` Applied "ASoC: Intel: Skylake: Add DSP module init and binding routines" to the asoc tree Mark Brown
2015-08-01 14:10 ` [PATCH v2 6/6] ASoC: Intel: Skylake: Add pipe management helpers Vinod Koul
2015-08-07 13:26   ` Applied "ASoC: Intel: Skylake: Add pipe management helpers" to the asoc tree 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=1438438244-17974-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 \
    /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.