mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-04 04:06:26 -05:00
test: ucm - remove old syntax configuration files (incomplete anyway)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
509e77c869
commit
18646517f8
4 changed files with 0 additions and 39 deletions
|
|
@ -1,25 +0,0 @@
|
||||||
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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
Comment "A test HDA card"
|
|
||||||
|
|
||||||
SectionUseCase."Case1" {
|
|
||||||
File "Case1.conf"
|
|
||||||
Comment "Case1 Comment"
|
|
||||||
}
|
|
||||||
|
|
||||||
SectionDefaults [
|
|
||||||
exec "my prg"
|
|
||||||
msleep 1
|
|
||||||
cdev "hw:0"
|
|
||||||
cset "name='PCM Playback Volume' 50%"
|
|
||||||
]
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Comment "Another Card"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue