alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] topology: Add support for BE DAIs
@ 2016-07-22  6:09 mengdong.lin
  2016-07-22  6:10 ` [PATCH 1/4] topology: ABI - Add the types for BE DAI mengdong.lin
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mengdong.lin @ 2016-07-22  6:09 UTC (permalink / raw)
  To: alsa-devel
  Cc: Mengdong Lin, tiwai, hardik.t.shah, guneshwor.o.singh,
	liam.r.girdwood, broonie, mengdong.lin

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-22  6:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-22  6:09 [PATCH 0/4] topology: Add support for BE DAIs mengdong.lin
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

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).