chromebook-ucm-conf/glk/sof-glkrt5682ma/HiFi.conf

118 lines
2.4 KiB
Plaintext
Raw Normal View History

2023-05-20 22:06:04 +00:00
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' 3"
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"
]
}
2023-05-30 13:43:46 +00:00
# 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
}
}
]
2023-05-20 22:06:04 +00:00
SectionDevice."Speaker" {
Comment "Speaker"
Value {
PlaybackPriority 100
2023-05-26 13:54:55 +00:00
PlaybackPCM "hw:${CardId},0"
2023-05-20 22:06:04 +00:00
}
EnableSequence [
cset "name='Spk Switch' on"
]
DisableSequence [
cset "name='Spk Switch' off"
]
}
SectionDevice."Headphones" {
Comment "Headphones"
Value {
PlaybackPriority 200
2023-05-26 13:54:55 +00:00
PlaybackPCM "hw:${CardId},1"
2023-05-20 22:06:04 +00:00
PlaybackMixerElem "DAC1"
JackControl "Headphone Jack"
}
EnableSequence [
cset "name='Headphone Jack Switch' on"
cset "name='HPOL Playback Switch' 1"
cset "name='HPOR Playback Switch' 1"
cset "name='Stereo1 DAC MIXL DAC L1 Switch' 1"
cset "name='Stereo1 DAC MIXR DAC R1 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
2023-05-26 13:54:55 +00:00
CapturePCM "hw:${CardId},99"
2023-05-20 22:06:04 +00:00
CaptureChannels 4
}
2023-05-30 13:43:46 +00:00
Macro.pcm_split.SplitPCMDevice {
Name "glk_stereo_in"
Direction Capture
Device 99
HWChannels 4
Channels 2
Channel0 0
Channel1 1
ChannelPos0 FL
ChannelPos1 FR
}
2023-05-20 22:06:04 +00:00
}
SectionDevice."Headset" {
Comment "Headset Microphone"
Value {
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"
JackControl "Headset Mic Jack"
}
EnableSequence [
cset "name='Headset Mic Switch' on"
]
DisableSequence [
cset "name='Headset Mic Switch' off"
]
}
Include.hdmi.File "/conf.d/hdmi-common/hdmi567.conf"