]> git.alsa-project.org Git - alsa-lib.git/commit
topology: Add support for parsing vendor tuples
authorMengdong Lin <mengdong.lin@linux.intel.com>
Thu, 7 Apr 2016 07:29:43 +0000 (15:29 +0800)
committerTakashi Iwai <tiwai@suse.de>
Thu, 7 Apr 2016 14:57:22 +0000 (16:57 +0200)
commitfdb9a6d19f8b7cc8252d27e83907d8d1c5e4b53d
tree4d2ea8f8370ce7fbce1e7b38fc5d4572760579a1
parent9b751b38cbb60bfb08ee796a59d72f40e3cd196d
topology: Add support for parsing vendor tuples

Vendor can define several tuple arrays in 'SectionVendorTuples', as
well as the reference to a vendor token list object.

A later patche will copy vendor tuples in ABI format to the private
buffer of its parent data object in the building phase.

Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/topology.h
src/topology/data.c
src/topology/elem.c
src/topology/parser.c
src/topology/tplg_local.h