adl/sof-rt5682: add gimble ucm

pull/2/head
WeirdTreeThing 2023-07-31 20:12:18 -04:00
parent c42c55d8c3
commit 8f91a833ec
No known key found for this signature in database
GPG Key ID: 1F56A4B52998B851
2 changed files with 172 additions and 0 deletions

View File

@ -0,0 +1,160 @@
SectionVerb {
Value {
FullySpecifiedUCM "1"
}
EnableSequence [
cset "name='Headphone Jack Switch' off"
cset "name='RECMIX1R CBJ Switch' 1"
cset "name='STO1 ADC Capture Switch' on"
cset "name='Left DAI Sel Mux' 0"
cset "name='Right DAI Sel Mux' 1"
cset "name='Left Digital Volume' 153"
cset "name='Right Digital Volume' 153"
cset "name='Left Current Limit' 2.60A"
cset "name='Right Current Limit' 2.60A"
cset "name='Left Boost Clock Phase' 0"
cset "name='Right Boost Clock Phase' 2"
cset "name='RECMIX1L CBJ Switch' 1"
cset "name='CBJ Boost Volume' 27"
cset "name='Stereo1 ADC L1 Mux' 1"
cset "name='Stereo1 ADC R1 Mux' 1"
cset "name='Stereo1 ADC L Mux' 0"
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"
cset "name='DAC1 Playback Volume' 127,127"
cset "name='RTNR10.0 rtnr_enable_10' off"
]
}
# Split 4ch dmic into 2 virtual 2ch mics
Include.pcm_split.File "/conf.d/dmic-common/split.conf"
Macro [
{
SplitPCM {
Name "adl_stereo_in"
Direction Capture
Format S32_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"
DspName "speaker_eq"
}
EnableSequence [
cset "name='Left Spk Switch' on"
cset "name='Right Spk Switch' on"
]
DisableSequence [
cset "name='Left Spk Switch' off"
cset "name='Right Spk Switch' off"
]
}
SectionDevice."Echo Reference" {
Comment "Echo Reference"
Value {
CapturePCM "hw:${CardId},6"
}
}
SectionDevice."Headphones" {
Comment "Headphones"
Value {
PlaybackPriority 200
PlaybackPCM "hw:${CardId},1"
PlaybackMixerElem "DAC1"
JackControl "Headphone Jack"
}
EnableSequence [
cset "name='IF1 01 ADC Swap Mux' L/L"
cset "name='Headphone Jack Switch' on"
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='Stereo1 DAC MIXL DAC L1 Switch' 0"
cset "name='Stereo1 DAC MIXR DAC R1 Switch' 0"
]
}
SectionDevice."Headset" {
Comment "Headset Microphone"
Value {
CapturePriority 200
CapturePCM "hw:${CardId},1"
CaptureMixerElem "Headset Mic"
JackControl "Headset Jack"
}
EnableSequence [
cset "name='Stereo1 ADC MIXL ADC1 Switch' 1"
cset "name='Stereo1 ADC MIXR ADC1 Switch' 1"
cset "name='Headset Mic Switch' on"
]
DisableSequence [
cset "name='Headset Mic Switch' off"
cset "name='Stereo1 ADC MIXL ADC1 Switch' 0"
cset "name='Stereo1 ADC MIXR ADC1 Switch' 0"
]
}
SectionDevice."Mic" {
Comment "Internal Microphone"
Value {
CapturePriority 100
CapturePCM "hw:${CardId},99"
CaptureChannels 4
}
Macro.pcm_split.SplitPCMDevice {
Name "adl_stereo_in"
Direction Capture
Device 99
HWChannels 4
Channels 2
Channel0 0
Channel1 0
ChannelPos0 FL
ChannelPos1 FR
}
}
Include.hdmi.File "/conf.d/hdmi-common/hdmi2345.conf"

View File

@ -37,6 +37,18 @@ If.banshee {
}
}
If.gimble {
Condition {
Type String
Haystack "${sys:devices/virtual/dmi/id/product_name}"
Needle "Gimble"
}
True.SectionUseCase."HiFi" {
File "HiFi.gimble.conf"
Comment "Default"
}
}
If.taniks {
Condition {
Type String