mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
24 lines
309 B
Text
24 lines
309 B
Text
SectionVerb {
|
|
EnableSequence [
|
|
exec "Case1 enable seq"
|
|
]
|
|
DisableSequence [
|
|
exec "Case2 disable seq"
|
|
]
|
|
TransitionVerb."Case2" [
|
|
exec "Case1->Case2 transition seq"
|
|
]
|
|
Value {
|
|
TestValue1 "123"
|
|
}
|
|
}
|
|
|
|
SectionDevice."Device1".0 {
|
|
|
|
}
|
|
|
|
SectionModifier."Modifier1" {
|
|
SupportedDevice [
|
|
"Device1"
|
|
]
|
|
}
|