SectionVerb { Value { FullySpecifiedUCM "1" } EnableSequence [ cset "name='Playback Digital Volume' 111" cset "name='Playback Digital Switch' 1" cset "name='Out DACL Mux' DAIL" cset "name='Out DACR Mux' DAIR" cset "name='Mixer Out FilterL DACL Switch' 1" cset "name='Mixer Out FilterR DACR Switch' 1" cset "name='ST Mixer Out FilterL Out FilterL Switch' 1" cset "name='ST Mixer Out FilterR Out FilterR Switch' 1" cset "name='Headphone Jack Switch' off" cset "name='Headset Mic Switch' off" cset "name='Mic Volume' 5" cset "name='Capture Digital Volume' 111" cset "name='Capture Digital Switch' 1" cset "name='Mixin Volume' 10" cset "name='Mixin Switch' 1" cset "name='Mixer In Mic Switch' 1" cset "name='Out DAIL Mux' ADC" cset "name='Out DAIR Mux' ADC" cset "name='Gain Ramp Rate' 1" ] DisableSequence [ ] } # Split 4ch dmic into 2 virtual 2ch mics Include.pcm_split.File "/conf.d/dmic-common/split.conf" Macro [ { SplitPCM { Name "glk_stereo_in" Direction Capture Format S16_LE Channels 2 HWChannels 4 HWChannelPos0 FL HWChannelPos1 FR HWChannelPos2 FL HWChannelPos3 FR } } ] Include.ctl_remap.File "/conf.d/dmic-common/remap.conf" Macro [ { CtlRemapStereoVolSw { Dst "Mic 1 Capture" Index0 0 Index1 1 } } { CtlRemapStereoVolSw { Dst "Mic 2 Capture" Index0 2 Index1 3 } } ] SectionDevice."Speaker" { Comment "Speaker" Value { PlaybackPriority 100 PlaybackPCM "hw:${CardId},0" } EnableSequence [ cset "name='Spk Switch' on" ] DisableSequence [ cset "name='Spk Switch' off" ] } SectionDevice."Headphones" { Comment "Headphones" Value { PlaybackPriority 200 PlaybackPCM "hw:${CardId},1" PlaybackMixerElem "Headphone" JackControl "Headphone Jack" } EnableSequence [ cset "name='Headphone Jack Switch' on" cset "name='Headphone Switch' 1" ] DisableSequence [ cset "name='Headphone Jack Switch' off" cset "name='Headphone Switch' 0" ] } SectionDevice."Mic" { Comment "Internal Microphone" Value { CapturePriority 100 CapturePCM "hw:${CardId},99" CaptureChannels 4 } Macro.pcm_split.SplitPCMDevice { Name "glk_stereo_in" Direction Capture Device 99 HWChannels 4 Channels 2 Channel0 0 Channel1 1 ChannelPos0 FL ChannelPos1 FR } SectionDevice."Headset" { Comment "Headset Microphone" Value { CapturePriority 200 CapturePCM "hw:${CardId},1" CaptureMixerElem "Headset Mic" JackControl "Headset Mic Jack" } EnableSequence [ cset "name='Headset Mic Switch' on" cset "name='Mic Switch' on" ] DisableSequence [ cset "name='Headset Mic Switch' off" cset "name='Mic Switch' off" ] } Include.hdmi.File "/conf.d/hdmi-common/hdmi567.conf"