]> git.alsa-project.org Git - alsa-lib.git/commit
topology: Add topology core parser.
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Wed, 29 Jul 2015 16:45:14 +0000 (17:45 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 30 Jul 2015 14:21:48 +0000 (16:21 +0200)
commit37692bb985bdaa95fbb23e4a12eb61f6a2c63ac0
tree2d86622fc982e11c2a7e851f93cf7c60606623a8
parent227c790c16db17a986df06c9a3ad79edade78db7
topology: Add topology core parser.

The topology core parses the high level topology file and calls the
individual object parsers when any new object element is detected at
the high level.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/topology.h [new file with mode: 0644]
src/topology/elem.c [new file with mode: 0644]
src/topology/parser.c [new file with mode: 0644]
src/topology/tplg_local.h [new file with mode: 0644]