All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] topology: Align ABI with kernel to version 4
@ 2015-11-05 12:45 mengdong.lin
  2015-11-05 12:48 ` [PATCH 1/9] topology: ABI - Add name element to snd_soc_tplg_stream mengdong.lin
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: mengdong.lin @ 2015-11-05 12:45 UTC (permalink / raw)
  To: alsa-devel
  Cc: Mengdong Lin, tiwai, mengdong.lin, vinod.koul, broonie,
	liam.r.girdwood, subhransu.s.prusty

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

After this series is applied, the kernel and user space ABIs will be
aligned to version 4.

It also adds C API support for PCM and BE/CC links.

Mengdong Lin (4):
  topology: ABI - Remove tdm_slot & dai_fmt from snd_soc_tplg_stream
  topology: ABI - Change stream formats to a bitwise flag
  topology: ABI - Rename dai_elems to pcm_elems in manifest
  topology: Add C API support for PCM

Vedang Patel (5):
  topology: ABI - Add name element to snd_soc_tplg_stream
  topology: ABI - Separate PCM & BE/CC link support and bump ABI version
    to 4
  topology: ABI - Remove unused struct snd_soc_tplg_stream_config
  topology: ABI - Use __le32 instead of __u32 in
    snd_soc_tplg_dapm_widget
  topology: Add C API support for BE and CC Links.

 include/sound/asoc.h      |  78 +++++----
 include/topology.h        |  59 +++++++
 src/topology/builder.c    |   4 +-
 src/topology/elem.c       |   8 +-
 src/topology/parser.c     |  19 +-
 src/topology/pcm.c        | 429 +++++++++++++++++++++-------------------------
 src/topology/tplg_local.h |  14 +-
 7 files changed, 311 insertions(+), 300 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-11-05 12:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-05 12:45 [PATCH 0/9] topology: Align ABI with kernel to version 4 mengdong.lin
2015-11-05 12:48 ` [PATCH 1/9] topology: ABI - Add name element to snd_soc_tplg_stream mengdong.lin
2015-11-05 12:48 ` [PATCH 2/9] topology: ABI - Separate PCM & BE/CC link support and bump ABI version to 4 mengdong.lin
2015-11-05 12:48 ` [PATCH 3/9] topology: ABI - Remove tdm_slot & dai_fmt from snd_soc_tplg_stream mengdong.lin
2015-11-05 12:48 ` [PATCH 4/9] topology: ABI - Remove unused struct snd_soc_tplg_stream_config mengdong.lin
2015-11-05 12:48 ` [PATCH 5/9] topology: ABI - Use __le32 instead of __u32 in snd_soc_tplg_dapm_widget mengdong.lin
2015-11-05 12:49 ` [PATCH 6/9] topology: ABI - Change stream formats to a bitwise flag mengdong.lin
2015-11-05 12:49 ` [PATCH 7/9] topology: ABI - Rename dai_elems to pcm_elems in manifest mengdong.lin
2015-11-05 12:49 ` [PATCH 8/9] topology: Add C API support for BE and CC Links mengdong.lin
2015-11-05 12:49 ` [PATCH 9/9] topology: Add C API support for PCM mengdong.lin

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.