All of lore.kernel.org
 help / color / mirror / Atom feed
From: mengdong.lin@linux.intel.com
To: alsa-devel@alsa-project.org, broonie@kernel.org
Cc: Mengdong Lin <mengdong.lin@linux.intel.com>,
	tiwai@suse.de, mengdong.lin@intel.com, liam.r.girdwood@intel.com,
	shreyas.nc@intel.com
Subject: [PATCH 0/5] topology: Enhance support for private data
Date: Wed, 13 Jul 2016 16:44:24 +0800	[thread overview]
Message-ID: <cover.1468397702.git.mengdong.lin@linux.intel.com> (raw)

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

There is no ABI change in this series.

We finished verification on latest Intel platforms. There will be 4 or 5
series. Later series will come with some ABI update for topology. The size
check on ABI objects in current ASoC kernel will detect possible ABI
version mismatch between user space and kernel.

Mengdong Lin (5):
  topology: An element can refer to multipe data sections in text conf
    file
  topology: Merge lookup for data reference into tplg_copy_data()
  topology: Change uuid value to 16 separate characters in text conf
    file
  topology: Parse vendor private data for manifest
  topology: Tuple type can have an extenstion

 include/topology.h        |  69 ++++++++++-
 src/topology/ctl.c        |  52 ++++----
 src/topology/dapm.c       |  17 ++-
 src/topology/data.c       | 296 +++++++++++++++++++++++++++++++++++++++-------
 src/topology/elem.c       |   4 +
 src/topology/parser.c     |  28 ++++-
 src/topology/tplg_local.h |  14 ++-
 7 files changed, 389 insertions(+), 91 deletions(-)

-- 
2.5.0

             reply	other threads:[~2016-07-13  8:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-13  8:44 mengdong.lin [this message]
2016-07-13  8:44 ` [PATCH 1/5] topology: An element can refer to multipe data sections in text conf file mengdong.lin
2016-07-13  9:56   ` Takashi Sakamoto
2016-07-13  8:44 ` [PATCH 2/5] topology: Merge lookup for data reference into tplg_copy_data() mengdong.lin
2016-07-13  8:44 ` [PATCH 3/5] topology: Change uuid value to 16 separate characters in text conf file mengdong.lin
2016-07-13  9:46   ` Takashi Sakamoto
2016-07-13  8:45 ` [PATCH 4/5] topology: Parse vendor private data for manifest mengdong.lin
2016-07-13  9:56   ` Takashi Sakamoto
2016-07-13  8:45 ` [PATCH 5/5] topology: Tuple type can have an extenstion 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.1468397702.git.mengdong.lin@linux.intel.com \
    --to=mengdong.lin@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=liam.r.girdwood@intel.com \
    --cc=mengdong.lin@intel.com \
    --cc=shreyas.nc@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.