[alsa-devel] [PATCH 0/4] topology: Add support for BE DAIs
mengdong.lin at linux.intel.com
mengdong.lin at linux.intel.com
Fri Jul 22 08:09:24 CEST 2016
From: Mengdong Lin <mengdong.lin at 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
More information about the Alsa-devel
mailing list