From: mengdong.lin@linux.intel.com
To: alsa-devel@alsa-project.org
Cc: Mengdong Lin <mengdong.lin@linux.intel.com>,
tiwai@suse.de, mengdong.lin@intel.com,
liam.r.girdwood@linux.intel.com, vinod.koul@intel.com,
broonie@kernel.org
Subject: [RFC PATCH 0/3] Add support for component devices
Date: Tue, 15 Nov 2016 15:57:43 +0800 [thread overview]
Message-ID: <cover.1479195801.git.mengdong.lin@linux.intel.com> (raw)
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 just include these conf files of components, and trigger enable/
disable sequence defined by the component devices.
Component devices will not be exposed to applications for backward
compatibility. So audio servers like PulseAudio and CRAS still only see
the machine devices.
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 | 98 ++++++++++++++++++++++++++++++++++++-----
src/ucm/parser.c | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++-
src/ucm/ucm_local.h | 11 +++++
src/ucm/utils.c | 1 +
4 files changed, 220 insertions(+), 12 deletions(-)
--
2.7.4
next reply other threads:[~2016-11-15 7:55 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-15 7:57 mengdong.lin [this message]
2016-11-15 8:02 ` [RFC PATCH 1/3] ucm: Skip component directories when scanning sound card configuration files mengdong.lin
2016-11-15 8:45 ` Liam Girdwood
2016-11-16 7:07 ` Lin, Mengdong
2016-11-15 8:02 ` [RFC PATCH 2/3] ucm: Parse sequence of component devices mengdong.lin
2016-11-15 8:45 ` Liam Girdwood
2016-11-16 7:16 ` Lin, Mengdong
2016-11-15 8:02 ` [RFC PATCH 3/3] ucm: Execute " mengdong.lin
2016-11-15 8:49 ` Liam Girdwood
2016-11-16 7:36 ` Lin, Mengdong
2016-11-15 8:55 ` [RESEND RFC PATCH 0/3] ucm: Add support for " Liam Girdwood
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=cover.1479195801.git.mengdong.lin@linux.intel.com \
--to=mengdong.lin@linux.intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=liam.r.girdwood@linux.intel.com \
--cc=mengdong.lin@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.