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

95 lines
1.6 KiB
Plaintext
Raw Normal View History

2023-05-27 12:40:23 +00:00
# Split 4ch dmic into 2 virtual 2ch mics
2023-11-03 20:55:13 +00:00
Include.pcm_split.File "/common/pcm/split.conf"
2023-05-27 12:40:23 +00:00
Macro [
{
SplitPCM {
Name "glk_stereo_in"
Direction Capture
Format S16_LE
2023-05-27 12:40:23 +00:00
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 "Mixer"
JackControl "Headphone Jack"
}
EnableSequence [
cset "name='Headphone Jack Switch' on"
cset "name='DAC HPF Switch' on"
]
DisableSequence [
cset "name='Headphone Jack Switch' off"
cset "name='DAC HPF Switch' off"
]
}
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-27 12:40:23 +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"
cset "name='ADC HPF Switch' on"
]
DisableSequence [
cset "name='Headset Mic Switch' off"
cset "name='ADC HPF Switch' off"
]
}
2023-11-03 20:55:13 +00:00
Include.hdmi.File "/common/hdmi/hdmi567.conf"