All of lore.kernel.org
 help / color / mirror / Atom feed
From: Liam Girdwood <liam.r.girdwood@linux.intel.com>
To: mengdong.lin@linux.intel.com
Cc: alsa-devel@alsa-project.org, tiwai@suse.de,
	mengdong.lin@intel.com, vinod.koul@intel.com, broonie@kernel.org
Subject: Re: [PATCH v3 0/3] ucm: Add support for component devices
Date: Fri, 02 Dec 2016 11:30:21 +0000	[thread overview]
Message-ID: <1480678221.4636.108.camel@loki> (raw)
In-Reply-To: <cover.1480309753.git.mengdong.lin@linux.intel.com>

On Mon, 2016-11-28 at 13:33 +0800, mengdong.lin@linux.intel.com wrote:
> From: Mengdong Lin <mengdong.lin@linux.intel.com>
> 
> Sound cards are defined by machines. And off-soc codecs and DSPs embedded
> in DSP can be taken as the components and resued by different machines/
> sound cards. This series allows codec and SOC vendors to install UCM
> configuration files for a specific codec or DSP, and sound card verb
> files can include these conf files of components.
> 
> Component devices will not be exposed to applications for backward
> compatibility. So audio servers like PulseAudio and CRAS still only see
> the machine devices.
> 
> History:
> v2: Use an array to define component directories. Document syntax to
>     enable/disable a component device. Hide cdev defined by the parent
>     device in ucm manager for executing a component sequence.
> 
> v3: No longer use macros for UCM manager to enter/exit component domain,
>     to make code simpler.
> 
> Mengdong Lin (3):
>   ucm: Skip component directories when scanning sound card configuration
>     files
>   ucm: Parse sequence of component devices
>   ucm: Execute sequence of component devices
> 
>  src/ucm/main.c      |  78 +++++++++++++++++++++++++-
>  src/ucm/parser.c    | 154 +++++++++++++++++++++++++++++++++++++++++++++++++++-
>  src/ucm/ucm_local.h |  19 +++++++
>  src/ucm/utils.c     |   1 +
>  4 files changed, 249 insertions(+), 3 deletions(-)
> 

All 

Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>

  parent reply	other threads:[~2016-12-02 11:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-28  5:33 [PATCH v3 0/3] ucm: Add support for component devices mengdong.lin
2016-11-28  5:33 ` [PATCH v3 1/3] ucm: Skip component directories when scanning sound card configuration files mengdong.lin
2016-11-28  5:33 ` [PATCH v3 2/3] ucm: Parse sequence of component devices mengdong.lin
2016-11-28  5:34 ` [PATCH v3 3/3] ucm: Execute " mengdong.lin
2016-12-02 11:30 ` Liam Girdwood [this message]
2016-12-02 19:31 ` [PATCH v3 0/3] ucm: Add support for " Takashi Iwai

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=1480678221.4636.108.camel@loki \
    --to=liam.r.girdwood@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=mengdong.lin@intel.com \
    --cc=mengdong.lin@linux.intel.com \
    --cc=tiwai@suse.de \
    --cc=vinod.koul@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.