25 lines
426 B
Plaintext
25 lines
426 B
Plaintext
SectionDevice."Speaker" {
|
|
Comment "Speaker"
|
|
|
|
Value {
|
|
PlaybackPriority 100
|
|
PlaybackPCM "hw:${CardId}"
|
|
}
|
|
|
|
ConflictingDevice [
|
|
"Headphones"
|
|
]
|
|
|
|
EnableSequence [
|
|
cset "name='Speaker Left Switch' on"
|
|
cset "name='Speaker Right Switch' on"
|
|
cset "name='Ext Spk Switch' on"
|
|
]
|
|
|
|
DisableSequence [
|
|
cset "name='Speaker Left Switch' off"
|
|
cset "name='Speaker Right Switch' off"
|
|
cset "name='Ext Spk Switch' off"
|
|
]
|
|
}
|