| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/alsa/ucm2/codecs/rt5640/ |
Upload File : |
SectionDevice."Mic" {
Comment "Internal Digital Microphones"
If.have-headset {
Condition {
Type String
Empty "${var:HaveHeadsetMic}"
}
False {
ConflictingDevice [
"Headset"
]
}
}
EnableSequence [
cset "name='Stereo ADC2 Mux' ${var:StereoADC2Mux}"
cset "name='Mono ADC MIXL ADC2 Switch' on"
cset "name='Mono ADC MIXR ADC2 Switch' on"
cset "name='Stereo ADC MIXL ADC2 Switch' on"
cset "name='Stereo ADC MIXR ADC2 Switch' on"
]
DisableSequence [
cset "name='Mono ADC MIXL ADC2 Switch' off"
cset "name='Mono ADC MIXR ADC2 Switch' off"
cset "name='Stereo ADC MIXL ADC2 Switch' off"
cset "name='Stereo ADC MIXR ADC2 Switch' off"
]
Value {
CapturePriority 100
CapturePCM "hw:${CardId}"
If.DmicAif1 {
Condition {
Type String
String1 "${var:HaveAif}"
String2 "1"
}
True {
CaptureMixerElem "ADC"
CaptureVolume "ADC Capture Volume"
CaptureSwitch "ADC Capture Switch"
}
}
If.DmicAif2 {
Condition {
Type String
String1 "${var:HaveAif}"
String2 "2"
}
True {
CaptureMixerElem "Mono ADC"
CaptureVolume "Mono ADC Capture Volume"
CaptureSwitch "Mono ADC Capture Switch"
}
}
}
}