This series updates the topology UAPI to allow easier addition of new TLV object types, generic operations and added a private data type for the kernel topology core.
Changes since V1
* Split into several patches for UAPI changes. * Fixed {} usage in if statement. * Added __le32 data[SND_SOC_TPLG_TLV_SIZE] back to struct snd_soc_tplg_ctl_tlv
Liam Girdwood (1): ASoC: topology: Add private data type and bump ABI version to 3
Mengdong Lin (2): ASoC: topology: Update TLV support so we can support more TLV types ASoC: topology: Add ops support to byte controls UAPI
include/uapi/sound/asoc.h | 33 ++++++++++++++++++--------- sound/soc/soc-topology.c | 58 +++++++++++++++++++++++++++++++++-------------- 2 files changed, 63 insertions(+), 28 deletions(-)