]> git.alsa-project.org Git - alsa-utils.git/commit
topology: pre-process-class: Add helper function to look up class definition
authorRanjani Sridharan <ranjani.sridharan@linux.intel.com>
Fri, 23 Apr 2021 19:23:19 +0000 (12:23 -0700)
committerJaroslav Kysela <perex@perex.cz>
Tue, 25 May 2021 16:26:51 +0000 (18:26 +0200)
commitc832f4840416d3ae7cbdf9182d3abf447be3105d
tree579834e02f41b93bce20d51ad0f6237b81558598
parenteb514c6bd7ff669ecad6548885be2545fc02fea5
topology: pre-process-class: Add helper function to look up class definition

Add a helper function to look up the class definition for
an object. ex: for an object instance, Object.Widget.pga.0{}, the
function returns the config pointing to Class.Widget.pga{} in
the input conf.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
topology/Makefile.am
topology/pre-process-class.c [new file with mode: 0644]
topology/pre-processor.h