alsa-lib/test/ucm/TestHDA/Case1.conf
Jaroslav Kysela cdc9dd50bf ucm: fix parser for sequences and fix wrong strcmp
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>
2010-11-10 16:06:29 +01:00

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"
]
}