alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
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,
	vinod.koul@intel.com, broonie@kernel.org, mengdong.lin@intel.com
Subject: [PATCH 0/5] topology: Upgrade ABI to match kernel v4.8
Date: Mon,  3 Oct 2016 23:02:46 +0800	[thread overview]
Message-ID: <cover.1475505267.git.mengdong.lin@linux.intel.com> (raw)

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

             reply	other threads:[~2016-10-03 15:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-03 15:02 mengdong.lin [this message]
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

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