chromebook-ucm-conf/adl/sof-nau8825/HiFi.conf

92 lines
1.5 KiB
Plaintext
Raw Normal View History

2023-05-27 12:24:18 +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:24:18 +00:00
Macro [
{
SplitPCM {
Name "adl_stereo_in"
Direction Capture
Format S32_LE
Channels 2
HWChannels 4
HWChannelPos0 FL
HWChannelPos1 FR
HWChannelPos2 FL
HWChannelPos3 FR
}
}
]
If.max98360a {
Condition {
Type String
Empty "$${var:max98360a}"
}
False.Include.speaker.File "/codecs/max98357a/speaker.conf"
}
2023-05-20 22:06:04 +00:00
If.max98373 {
Condition {
Type String
Empty "$${var:max98373}"
2023-05-20 22:06:04 +00:00
}
False.Include.speaker.File "/codecs/max98373/speaker.conf"
2023-05-20 22:06:04 +00:00
}
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
JackControl "Headphone Jack"
}
EnableSequence [
cset "name='Headphone Jack Switch' on"
]
DisableSequence [
cset "name='Headphone Jack Switch' off"
]
}
SectionDevice."Mic" {
Comment "Internal Microphone"
Value {
CapturePriority 100
CapturePCM "hw:${CardId},${var:dmicpcm}"
2023-05-20 22:06:04 +00:00
CaptureChannels 4
}
2023-05-27 12:24:18 +00:00
Macro.pcm_split.SplitPCMDevice {
Name "adl_stereo_in"
Direction Capture
2024-03-30 01:38:55 +00:00
Device "${var:dmicpcm}"
2023-05-27 12:24:18 +00:00
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 "/codecs/hda/${var:hdmi}.conf"