25 lines
392 B
Plaintext
25 lines
392 B
Plaintext
SectionDevice."Headphones" {
|
|
Comment "Headphones"
|
|
|
|
ConflictingDevice [
|
|
"Speaker"
|
|
]
|
|
|
|
EnableSequence [
|
|
cset "name='Headphone Switch' on"
|
|
]
|
|
|
|
DisableSequence [
|
|
cset "name='Headphone Switch' off"
|
|
]
|
|
|
|
Value {
|
|
PlaybackPriority 200
|
|
PlaybackPCM "hw:${CardId}"
|
|
PlaybackMixerElem "Headphone Mixer"
|
|
PlaybackMasterElem "DAC"
|
|
JackControl "Headphone Jack"
|
|
JackHWMute "Speaker"
|
|
}
|
|
}
|