53d13cb4c8
- Bluetooth is now working - Audio works too (speaker/headphones/earpiece/mic - internal and headset) - Keyboard layout for X11 - Xorg config for rotated screen - Suspend issues fixed (tested on MATE) - OTG bindings updated - not working yet
49 lines
1 KiB
Text
49 lines
1 KiB
Text
SectionVerb {
|
|
EnableSequence [
|
|
cdev "hw:wm8994aif1"
|
|
|
|
cset "name='AIF1ADCL Source' Left"
|
|
cset "name='AIF1ADCR Source' Left"
|
|
cset "name='AIF1ADC1 HPF Mode' 1"
|
|
cset "name='AIF1ADC1 HPF Switch' 1"
|
|
cset "name='AIF1ADC1L Mixer ADC/DMIC Switch' 1"
|
|
cset "name='MIXINL IN1L Switch' 1"
|
|
]
|
|
|
|
DisableSequence [
|
|
cdev "hw:wm8994aif1"
|
|
|
|
cset "name='AIF1ADCL Source' Left"
|
|
cset "name='AIF1ADCR Source' Right"
|
|
cset "name='AIF1ADC1 HPF Mode' 0"
|
|
cset "name='AIF1ADC1 HPF Switch' 0"
|
|
cset "name='AIF1ADC1L Mixer ADC/DMIC Switch' 0"
|
|
cset "name='MIXINL IN1L Switch' 0"
|
|
]
|
|
|
|
Value {
|
|
CapturePCM "hw:wm8994aif1,0"
|
|
}
|
|
}
|
|
|
|
SectionDevice."Headset".0 {
|
|
EnableSequence [
|
|
cdev "hw:wm8994aif1"
|
|
|
|
cset "name='IN1L Switch' 1"
|
|
cset "name='IN1L PGA IN1LN Switch' 1"
|
|
cset "name='IN1L PGA IN1LP Switch' 1"
|
|
]
|
|
|
|
DisableSequence [
|
|
cdev "hw:wm8994aif1"
|
|
|
|
cset "name='IN1L Switch' 0"
|
|
cset "name='IN1L PGA IN1LN Switch' 0"
|
|
cset "name='IN1L PGA IN1LP Switch' 0"
|
|
]
|
|
|
|
Value {
|
|
CaptureChannels "2"
|
|
}
|
|
}
|