2023-05-20 22:06:04 +00:00
|
|
|
SectionVerb {
|
|
|
|
}
|
|
|
|
|
|
|
|
SectionDevice."Speaker" {
|
|
|
|
Comment "Speaker"
|
|
|
|
Value {
|
2023-08-03 01:08:31 +00:00
|
|
|
PlaybackPriority 100
|
2023-05-26 13:54:55 +00:00
|
|
|
PlaybackPCM "hw:${CardId},1"
|
2023-05-20 22:06:04 +00:00
|
|
|
}
|
|
|
|
EnableSequence [
|
|
|
|
cset "name='Spk Switch' on"
|
|
|
|
]
|
|
|
|
DisableSequence [
|
|
|
|
cset "name='Spk Switch' off"
|
|
|
|
]
|
|
|
|
}
|