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