mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 04:05:43 +01:00
e3ad68b185
Some attributes have valid values that need to be converted to integer tuple values before it is appended to the object's private data: For ex, the buffer widget object's "caps" attribute has the following definition: DefineAttribute."caps" { type "string" # Token reference and type token_ref "sof_tkn_buffer.word" constraints { value_ref "sof_tkn_mem" valid_values [ "dai" "host" "pass" "comp" ] tuple_values [ 113 113 113 65 ] } } Depending on the user input, the value string values for "caps" will be converted to the appropriate tuple values. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz> |
||
---|---|---|
.. | ||
alsatplg.rst | ||
Makefile.am | ||
pre-process-class.c | ||
pre-processor.c | ||
pre-processor.h | ||
topology.c | ||
topology.h |