Skip to content

Commit b03f0e4

Browse files
singalsulgirdwood
authored andcommitted
Tools: Topology2: Fix DMIC TDFB blob in sof-lnl-cs42l43-l0-2ch
The 2ch DMIC TDFB blob should be "line2_generic_pm10deg". The blob for 4ch pass-through does not work correctly with a 2ch stream. Note: Another option for pass-through is "line2_pass". But I'm assuming here that the same blob as used for other 2ch systems should be suitable. Fixes: f4cd55c ("topology2: Add support for cs42l43 SKU with two host DMICs") Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com> (cherry picked from commit 7650d0a)
1 parent f4cd55c commit b03f0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/topology/topology2/production/tplg-targets-ace2.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-lnl-cs42l43-l0-2ch.bin,\
6363
SDW_AMP_FEEDBACK=false,SDW_SPK_STREAM=Playback-SmartAmp,\
6464
SDW_JACK_OUT_STREAM=Playback-SimpleJack,SDW_JACK_IN_STREAM=Capture-SimpleJack,\
6565
HDMI1_ID=5,HDMI2_ID=6,HDMI3_ID=7,DMIC0_ENHANCED_CAPTURE=true,\
66-
EFX_DMIC0_TDFB_PARAMS=line4_pass,EFX_DMIC0_DRC_PARAMS=dmic_default"
66+
EFX_DMIC0_TDFB_PARAMS=line2_generic_pm10deg,EFX_DMIC0_DRC_PARAMS=dmic_default"
6767

6868
"cavs-sdw\;sof-lnl-cs42l43-l0-cs35l56-l3\;PLATFORM=lnl,NUM_SDW_AMP_LINKS=1,SDW_DMIC=1,\
6969
SDW_AMP_FEEDBACK=false,SDW_SPK_STREAM=Playback-SmartAmp,SDW_DMIC_STREAM=Capture-SmartMic,\

0 commit comments

Comments
 (0)