mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
ucm: debug parser
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
e820866637
commit
e4083a1182
5 changed files with 274 additions and 160 deletions
24
test/ucm/TestHDA/Case1.conf
Normal file
24
test/ucm/TestHDA/Case1.conf
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
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"
|
||||
]
|
||||
}
|
||||
11
test/ucm/TestHDA/TestHDA.conf
Normal file
11
test/ucm/TestHDA/TestHDA.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
Comment "A test HDA card"
|
||||
|
||||
SectionUseCase."Case1" {
|
||||
File "Case1.conf"
|
||||
Comment "Case1 Comment"
|
||||
}
|
||||
|
||||
SectionDefaults [
|
||||
exec "my prg"
|
||||
msleep 1
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue