]> git.alsa-project.org Git - alsa-lib.git/commit
topology: Build data objects with tuples
authorMengdong Lin <mengdong.lin@linux.intel.com>
Thu, 7 Apr 2016 07:29:49 +0000 (15:29 +0800)
committerTakashi Iwai <tiwai@suse.de>
Thu, 7 Apr 2016 14:57:22 +0000 (16:57 +0200)
commit0c5e5c1801e5b1b55e46144ee29ca7a71f2812b0
tree15a5d72c773b732ec2ab5ba3aed8ede62e6aaf1f
parentfdb9a6d19f8b7cc8252d27e83907d8d1c5e4b53d
topology: Build data objects with tuples

For data objects with tuples, the parser will bind the vendor tuples
and tokens, copy the tuples to the private buffer of its parent data
object. Then later the builder will export the vendor tuples as private
binary data for the control or widgets objects.

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