mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
The sequences are not parsed correctly. First cfg value is the command and second value is the command argument. Also, fix strcmp calls in ucm/main.c (reported by abraham duenas <aduejazz@gmail.com>). Signed-off-by: Jaroslav Kysela <perex@perex.cz>
25 lines
337 B
Text
25 lines
337 B
Text
SectionVerb {
|
|
EnableSequence [
|
|
exec "Case1 enable seq"
|
|
exec "Case1 enable seq 2"
|
|
]
|
|
DisableSequence [
|
|
exec "Case2 disable seq"
|
|
]
|
|
TransitionVerb."Case2" [
|
|
exec "Case1->Case2 transition seq"
|
|
]
|
|
Value {
|
|
TestValue1 "123"
|
|
}
|
|
}
|
|
|
|
SectionDevice."Device1".0 {
|
|
|
|
}
|
|
|
|
SectionModifier."Modifier1" {
|
|
SupportedDevice [
|
|
"Device1"
|
|
]
|
|
}
|