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