test: ucm - remove old syntax configuration files (incomplete anyway)

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2025-11-07 20:55:07 +01:00
parent 509e77c869
commit 18646517f8
4 changed files with 0 additions and 39 deletions

View file

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

View file

@ -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%"
]

View file

@ -1 +0,0 @@
Comment "Another Card"