alsa-utils/topology
Ranjani Sridharan 963578af1e topology: pre-process-class: add function to look up token_ref for an attribute in class
Some attributes may have the token_ref set which is
used to look up the token value for the tuple data
that is appended to the object's private data.

For example, in the buffer widget object:
	DefineAttribute."size" {
		# Token reference and type
		token_ref	"sof_tkn_buffer.word"
	}

The token_ref must include the reference to the vendor
token object name followed by the type of the tuple.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2021-05-25 18:26:51 +02:00
..
alsatplg.rst alsatplg: add decode command 2020-02-09 20:52:30 +01:00
Makefile.am topology: pre-process-class: Add helper function to look up class definition 2021-05-25 18:26:51 +02:00
pre-process-class.c topology: pre-process-class: add function to look up token_ref for an attribute in class 2021-05-25 18:26:51 +02:00
pre-processor.c topology: pre-processor: Add a helper function to concat strings 2021-05-25 18:26:51 +02:00
pre-processor.h topology: pre-process-class: add function to look up token_ref for an attribute in class 2021-05-25 18:26:51 +02:00
topology.c topology: Add support for pre-processing Topology2.0 syntax 2021-05-25 18:26:51 +02:00
topology.h topology: Add support for pre-processing Topology2.0 syntax 2021-05-25 18:26:51 +02:00