mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
25 lines
339 B
Text
25 lines
339 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".0 {
|
|
SupportedDevice [
|
|
"Device1"
|
|
]
|
|
}
|