]> git.alsa-project.org Git - alsa-lib.git/commit
topology: Add C templates structure for building topology from C programs
authorMengdong Lin <mengdong.lin@intel.com>
Tue, 11 Aug 2015 17:23:16 +0000 (18:23 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 12 Aug 2015 14:39:46 +0000 (16:39 +0200)
commit1b148ef590f94fc30b4c814c1ce2bc31621af840
tree1db6560acb898fdcca89ee7dcc0dc86824b14d2a
parentab9633d581110a5da08bd2d2c7c070f3862fe9af
topology: Add C templates structure for building topology from C programs

Define structures that can be used by applications to directly build topology
data instead of using text files. The application will build up the topology
data by populating the template structures for each object type and then
registering the template with the topology core.

Signed-off-by: Mengdong Lin <mengdong.lin@intel.com>
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/topology.h
src/topology/tplg_local.h