2023-05-20 22:06:04 +00:00
|
|
|
SectionVerb {
|
|
|
|
EnableSequence [
|
|
|
|
cset "name='Headphone Jack Switch' off"
|
|
|
|
cset "name='Headset Mic Switch' off"
|
|
|
|
cset "name='Frontend PGA Volume' 37"
|
|
|
|
cset "name='Headphone Volume' 37"
|
|
|
|
cset "name='Headphone Bypass Volume' 8"
|
|
|
|
cset "name='Headphone Crosstalk Volume' 140"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
SectionDevice."Headphone" {
|
|
|
|
Comment "Headphone"
|
|
|
|
Value {
|
2023-08-03 01:08:31 +00:00
|
|
|
PlaybackPriority 200
|
2023-05-26 13:54:55 +00:00
|
|
|
PlaybackPCM "hw:${CardId},1"
|
2023-05-20 22:06:04 +00:00
|
|
|
PlaybackMixerElem "Headphone"
|
2023-08-08 18:25:10 +00:00
|
|
|
JackControl "Headphone Jack"
|
2023-05-20 22:06:04 +00:00
|
|
|
}
|
|
|
|
EnableSequence [
|
|
|
|
cset "name='Headphone Jack Switch' on"
|
|
|
|
]
|
|
|
|
DisableSequence [
|
|
|
|
cset "name='Headphone Jack Switch' off"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
SectionDevice."Mic" {
|
|
|
|
Comment "Mic"
|
|
|
|
Value {
|
2023-08-03 01:08:31 +00:00
|
|
|
CapturePriority 200
|
2023-05-26 13:54:55 +00:00
|
|
|
CapturePCM "hw:${CardId},1"
|
2023-05-20 22:06:04 +00:00
|
|
|
CaptureMixerElem "Headset Mic"
|
2023-08-08 18:25:10 +00:00
|
|
|
JackControl "Headphone Jack"
|
2023-05-20 22:06:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
EnableSequence [
|
|
|
|
cset "name='Headset Mic Switch' on"
|
|
|
|
]
|
|
|
|
DisableSequence [
|
|
|
|
cset "name='Headset Mic Switch' off"
|
|
|
|
]
|
|
|
|
}
|