90 lines
2.1 KiB
Plaintext
90 lines
2.1 KiB
Plaintext
SectionVerb {
|
|
EnableSequence [
|
|
cset "name='Headphone Jack Switch' off"
|
|
cset "name='HPOL Playback Switch' off"
|
|
cset "name='HPOR Playback Switch' off"
|
|
cset "name='Stereo1 DAC MIXL DAC L1 Switch' 0"
|
|
cset "name='Stereo1 DAC MIXR DAC R1 Switch' 0"
|
|
cset "name='Stereo1 ADC L Mux' 0"
|
|
cset "name='STO1 ADC Capture Switch' on"
|
|
cset "name='RECMIX1L CBJ Switch' 1"
|
|
cset "name='IF1 01 ADC Swap Mux' 2"
|
|
cset "name='CBJ Boost Volume' 2"
|
|
cset "name='Stereo1 ADC L1 Mux' 1"
|
|
cset "name='Stereo1 ADC R1 Mux' 1"
|
|
cset "name='Stereo1 ADC MIXL ADC2 Switch' 0"
|
|
cset "name='Stereo1 ADC MIXR ADC2 Switch' 0"
|
|
cset "name='Stereo1 ADC MIXL ADC1 Switch' 1"
|
|
cset "name='Stereo1 ADC MIXR ADC1 Switch' 1"
|
|
cset "name='Left Spk Switch' off"
|
|
cset "name='Right Spk Switch' off"
|
|
cset "name='Left Bypass Boost' 1"
|
|
cset "name='Right Bypass Boost' 1"
|
|
cset "name='Left Mono LR Select' Left"
|
|
cset "name='Right Mono LR Select' Right"
|
|
]
|
|
}
|
|
|
|
SectionDevice."Speaker" {
|
|
Comment "Speaker"
|
|
Value {
|
|
PlaybackPriority 100
|
|
PlaybackPCM "hw:${CardId},1"
|
|
}
|
|
EnableSequence [
|
|
cset "name='Left Spk Switch' on"
|
|
cset "name='Right Spk Switch' on"
|
|
]
|
|
DisableSequence [
|
|
cset "name='Left Spk Switch' off"
|
|
cset "name='Right Spk Switch' off"
|
|
]
|
|
}
|
|
|
|
SectionDevice."Headphones" {
|
|
Comment "Headphones"
|
|
Value {
|
|
PlaybackPriority 200
|
|
PlaybackPCM "hw:${CardId},0"
|
|
PlaybackMixerElem "DAC1"
|
|
JackControl "Headset Jack"
|
|
}
|
|
EnableSequence [
|
|
cset "name='Headphone Jack Switch' on"
|
|
cset "name='HPOL Playback Switch' 1"
|
|
cset "name='HPOR Playback Switch' 1"
|
|
]
|
|
DisableSequence [
|
|
cset "name='Headphone Jack Switch' off"
|
|
cset "name='HPOL Playback Switch' 0"
|
|
cset "name='HPOR Playback Switch' 0"
|
|
]
|
|
}
|
|
|
|
SectionDevice."Mic" {
|
|
Comment "Internal Microphone"
|
|
Value {
|
|
CapturePriority 100
|
|
CapturePCM "hw:${CardId},2"
|
|
}
|
|
EnableSequence [
|
|
cset "name='Dmic Mux' Front Mic"
|
|
]
|
|
}
|
|
|
|
SectionDevice."Headset" {
|
|
Comment "Headset Microphone"
|
|
Value {
|
|
CapturePriority 200
|
|
CapturePCM "hw:${CardId},0"
|
|
CaptureMixerElem "Headset Mic"
|
|
JackControl "Headset Jack"
|
|
}
|
|
EnableSequence [
|
|
cset "name='Headset Mic Switch' on"
|
|
]
|
|
DisableSequence [
|
|
cset "name='Headset Mic Switch' off"
|
|
]
|
|
}
|