mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-23 00:56:30 +01:00
7bf31094e2
Add helper functions to check if an attribute is mandatory, immutable or unique in the class definition. ex: for a host widget component, these are defined as follows: attributes { # # host objects instantiated within the same alsaconf node must have unique # direction attribute # unique "direction" mandatory [ "type" "stream_name" ] immutable [ "uuid" ] } 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 |