tgl/sof-rt5682/delbin: use new dmic split format

pull/1/head
WeirdTreeThing 2023-06-16 09:08:15 -04:00
parent a3c9b94578
commit 50e62ed667
No known key found for this signature in database
GPG Key ID: 1F56A4B52998B851
1 changed files with 50 additions and 5 deletions

View File

@ -31,8 +31,45 @@ SectionVerb {
]
}
Include.dmic_split.File "/conf.d/dmic-common/dmic-split-remap.conf"
Include.dmic_macro.File "/conf.d/dmic-common/dmic-split-macro.conf"
# Split 4ch dmic into 2 virtual 2ch mics
Include.pcm_split.File "/conf.d/dmic-common/split.conf"
Macro [
{
SplitPCM {
Name "tgl_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"
Src "STO1 ADC Capture"
Index0 0
Index1 1
}
}
{
CtlRemapStereoVolSw {
Dst "Mic 2 Capture"
Src "STO1 ADC Capture"
Index0 2
Index1 3
}
}
]
SectionDevice."Speaker" {
Comment "Speaker"
@ -93,9 +130,17 @@ SectionDevice."Mic" {
CapturePriority 100
CapturePCM "hw:${CardId},99"
CaptureChannels 4
}
Macro.pcm_split.DmicSplit {
PCM 99
}
Macro.pcm_split.SplitPCMDevice {
Name "tgl_stereo_in"
Direction Capture
Device 99
HWChannels 4
Channels 2
Channel0 0
Channel1 1
ChannelPos0 FL
ChannelPos1 FR
}
}