chromebook-ucm-conf/avs/avs_dmic/HiFi.conf

60 lines
926 B
Plaintext
Raw Normal View History

2023-05-20 22:06:04 +00:00
SectionVerb {
Value {
FullySpecifiedUCM "1"
}
EnableSequence [
]
DisableSequence [
]
}
If.4ch {
Condition {
Type String
Haystack "${sys:devices/virtual/dmi/id/bios_version}"
Needle "Google"
}
True {
SectionDevice."Internal Mic" {
Comment "Internal Microphone"
Value {
2023-05-26 13:54:55 +00:00
CapturePCM "hw:${CardId},2"
2023-05-20 22:06:04 +00:00
CaptureChannels 4
}
If.dspvol {
Condition {
Type ControlExists
Control "name='DMIC FE DMIC Volume'"
}
True {
EnableSequence [
cset "name='DMIC FE DMIC Volume' 2147483647"
]
}
}
}
}
False {
SectionDevice."Internal Mic" {
Comment "Internal Microphone"
Value {
2023-05-26 13:54:55 +00:00
CapturePCM "hw:${CardId},2"
2023-05-20 22:06:04 +00:00
CaptureChannels 2
}
If.dspvol {
Condition {
Type ControlExists
Control "name='DMIC FE DMIC Volume'"
}
True {
EnableSequence [
cset "name='DMIC FE DMIC Volume' 2147483647"
]
}
}
}
}
}