alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] topology: Upgrade ABI to match kernel v4.8
@ 2016-10-03 15:02 mengdong.lin
  2016-10-03 15:03 ` [PATCH 1/5] topology: ABI - Add the types for BE DAI mengdong.lin
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: mengdong.lin @ 2016-10-03 15:02 UTC (permalink / raw)
  To: alsa-devel
  Cc: Mengdong Lin, tiwai, hardik.t.shah, guneshwor.o.singh,
	liam.r.girdwood, vinod.koul, broonie, mengdong.lin

From: Mengdong Lin <mengdong.lin@linux.intel.com>

Now the topology ABI version in kernel is 5, added types for BE
(Backend) DAIs and sig_bits in stream caps. But the ABI version
in alsa-lib is still 4, without above ABI update.

Since the kernel merge window is open and the remaining topology
ABI update (v3 kernel patch series) cannot be accepted atm. So we
use this series to fix the ABI mismatch between kernel v4.8 and
user space, by adding types for BE DAIs and sig_bits to stream
caps and pumping topolpgy ABI version to 5 as well.

This patch series also completes the support for BE DAIs.

Guneshwor Singh (3):
  topology: Parse BE DAIs in text conf file
  topology: Support configuring BE DAIs by C API
  topology: Export BE DAIs to the binary for kernel

Mengdong Lin (2):
  topology: ABI - Add the types for BE DAI
  topology: ABI - Add sig_bits to stream caps

 include/sound/asoc.h      |  35 ++++++-
 include/topology.h        |  45 +++++++++
 src/topology/builder.c    |  11 +++
 src/topology/data.c       |   4 +
 src/topology/elem.c       |   4 +
 src/topology/parser.c     |  16 ++++
 src/topology/pcm.c        | 238 ++++++++++++++++++++++++++++++++++++++++++++++
 src/topology/tplg_local.h |   7 ++
 8 files changed, 358 insertions(+), 2 deletions(-)

-- 
2.5.0

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

end of thread, other threads:[~2016-10-11  6:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-03 15:02 [PATCH 0/5] topology: Upgrade ABI to match kernel v4.8 mengdong.lin
2016-10-03 15:03 ` [PATCH 1/5] topology: ABI - Add the types for BE DAI mengdong.lin
2016-10-06 14:37   ` Mark Brown
2016-10-08  8:00     ` Mengdong Lin
2016-10-11  6:45     ` Mengdong Lin
2016-10-03 15:04 ` [PATCH 2/5] topology: Parse BE DAIs in text conf file mengdong.lin
2016-10-03 15:04 ` [PATCH 3/5] topology: Support configuring BE DAIs by C API mengdong.lin
2016-10-03 15:04 ` [PATCH 4/5] topology: Export BE DAIs to the binary for kernel mengdong.lin
2016-10-03 15:04 ` [PATCH 5/5] topology: ABI - Add sig_bits to stream caps 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).