From: mengdong.lin@linux.intel.com
To: alsa-devel@alsa-project.org
Cc: Mengdong Lin <mengdong.lin@linux.intel.com>,
tiwai@suse.de, hardik.t.shah@intel.com,
guneshwor.o.singh@intel.com, liam.r.girdwood@linux.intel.com,
broonie@kernel.org, mengdong.lin@intel.com
Subject: [PATCH 0/4] topology: Add support for BE DAIs
Date: Fri, 22 Jul 2016 14:09:24 +0800 [thread overview]
Message-ID: <cover.1469165324.git.mengdong.lin@linux.intel.com> (raw)
From: Mengdong Lin <mengdong.lin@linux.intel.com>
This series is to work with the kernel series
'ASoC: topology: Add support for BE DAIs'
This series adds support for BE (Back End) DAIs in user space:
- Define the type and ABI struct for Backend DAIs in UAPI header file.
- User can define BE DAIs either by the text conf file or by C API.
There is topology ABI udpate in this series. Topology core can check size
of each ABI objects to detect version mismatch between user space and
kernel.
There will be 2 pairs of kernel & user space series for PCM & BE links
later.
Guneshwor Singh (3):
topology: Parse BE DAIs in text conf file
topology: Support adding BE DAIs by C API
topology: Export BE DAIs to the binary for kernel
Mengdong Lin (1):
topology: ABI - Add the types for BE DAI
include/sound/asoc.h | 34 ++++++-
include/topology.h | 44 +++++++++
src/topology/builder.c | 11 +++
src/topology/data.c | 4 +
src/topology/elem.c | 4 +
src/topology/parser.c | 16 ++++
src/topology/pcm.c | 237 ++++++++++++++++++++++++++++++++++++++++++++++
src/topology/tplg_local.h | 7 ++
8 files changed, 355 insertions(+), 2 deletions(-)
--
2.5.0
next reply other threads:[~2016-07-22 6:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-22 6:09 mengdong.lin [this message]
2016-07-22 6:10 ` [PATCH 1/4] topology: ABI - Add the types for BE DAI mengdong.lin
2016-07-22 6:10 ` [PATCH 2/4] topology: Parse BE DAIs in text conf file mengdong.lin
2016-07-22 6:11 ` [PATCH 3/4] topology: Support adding BE DAIs by C API mengdong.lin
2016-07-22 6:11 ` [PATCH 4/4] topology: Export BE DAIs to the binary for kernel mengdong.lin
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.1469165324.git.mengdong.lin@linux.intel.com \
--to=mengdong.lin@linux.intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=guneshwor.o.singh@intel.com \
--cc=hardik.t.shah@intel.com \
--cc=liam.r.girdwood@linux.intel.com \
--cc=mengdong.lin@intel.com \
--cc=tiwai@suse.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).