Skip to content

Commit 35335b5

Browse files
naveen-manoharkv2019i
authored andcommitted
topology2: add support for cs42l43-sdw topology
Adding topology support for cs42l43-sdw monolithic codec at l3 Verified on ptl & wcl-bep platforms for configuration: 1. sof-ptl-cs42l43-l3: uses SDW-DMIC 2. sof-ptl-cs42l43-l3-4ch: uses PCH-DMIC Signed-off-by: Naveen Manohar <naveen.m@intel.com>
1 parent 15e9138 commit 35335b5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
# Array of "input-file-name;output-file-name;comma separated pre-processor variables"
44
list(APPEND TPLGS
55
# SDW topology for PTL RVP
6+
#CS42L43
7+
"cavs-sdw\;sof-ptl-cs42l43-l3\;PLATFORM=ptl,NUM_SDW_AMP_LINKS=1,SDW_DMIC=1,\
8+
SDW_AMP_FEEDBACK=false,SDW_SPK_STREAM=Playback-SmartAmp,SDW_DMIC_STREAM=Capture-SmartMic,\
9+
SDW_JACK_OUT_STREAM=Playback-SimpleJack,SDW_JACK_IN_STREAM=Capture-SimpleJack"
10+
11+
"cavs-sdw\;sof-ptl-cs42l43-l3-4ch\;PLATFORM=ptl,NUM_SDW_AMP_LINKS=1,SDW_DMIC=0,NUM_DMICS=4,\
12+
PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,DMIC0_ID=3,DMIC1_ID=4,HDMI1_ID=5,HDMI2_ID=6,HDMI3_ID=7,\
13+
SDW_AMP_FEEDBACK=false,SDW_SPK_STREAM=Playback-SmartAmp,\
14+
SDW_JACK_OUT_STREAM=Playback-SimpleJack,SDW_JACK_IN_STREAM=Capture-SimpleJack,\
15+
PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-ptl-cs42l43-l3-4ch.bin"
16+
617
# RT721 eval board with SDW-DMIC, sof_sdw_quirk_table without SOC_SDW_PCH_DMIC
718
"cavs-sdw\;sof-ptl-rt721\;PLATFORM=ptl,SDW_DMIC=1,NUM_SDW_AMP_LINKS=1,\
819
SDW_AMP_FEEDBACK=false,SDW_SPK_STREAM=Playback-SmartAmp,SDW_DMIC_STREAM=Capture-SmartMic,\

0 commit comments

Comments
 (0)