26 lines
409 B
Plaintext
26 lines
409 B
Plaintext
SectionDevice."Headphones" {
|
|
Comment "Headphones"
|
|
|
|
ConflictingDevice [
|
|
"Speaker1"
|
|
"Speaker2"
|
|
]
|
|
|
|
EnableSequence [
|
|
cset "name='Headphone Switch' on"
|
|
]
|
|
|
|
DisableSequence [
|
|
cset "name='Headphone Switch' off"
|
|
]
|
|
|
|
Value {
|
|
PlaybackPriority 300
|
|
PlaybackPCM "hw:${CardId}"
|
|
JackControl "Headphone Jack"
|
|
PlaybackMixerElem "HP"
|
|
PlaybackMasterElem "DAC1"
|
|
PlaybackVolume "HP Playback Volume"
|
|
}
|
|
}
|