mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-03 01:40:08 -05:00
ucm: remove @@LibraryVersion and @@SyntaxVersion variables
It seems that version checking is more complicated: Syntax is one-way settlement from the configuration files. It cannot be conditional. The library version string is hard to check with regex. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
d5f19bcabc
commit
70f4c95df5
2 changed files with 0 additions and 7 deletions
|
|
@ -406,8 +406,6 @@ ${var:\<str\>} | UCM parser variable (set using a _Define_ block)
|
|||
${eval:\<str\>} | Evaluate expression like *($var+2)/3* [**Syntax 5**]
|
||||
${find-card:\<str\>} | Find a card - see _Find card substitution_ section
|
||||
${find-device:\<str\>} | Find a device - see _Find device substitution_ section
|
||||
@@LibraryVersion | e.g. "1.2.14" [**Syntax 8**]
|
||||
@@SyntaxVersion | e.g. "0008" (decimal base - no hex) [**Syntax 8**]
|
||||
|
||||
General note: If two dollars '$$' instead one dolar '$' are used for the
|
||||
substitution identification, the error is ignored (e.g. file does not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue