Skip to content

Commit

Permalink
topology2: mtl: Add CDB35L56-EIGHT-C board with all speakers aggregated
Browse files Browse the repository at this point in the history
This adds a topology for the Cirrus Logic CDB35L56-EIGHT-C board with
the speaker playback (SmartAmp) on all 3 buses aggregated.

The buses are:

SDW0: CS35L56 (SmartAmp)
SDW1: CS35L56 (SmartAmp)
SDW3: CS42L43 (SmartJack, SmartMic, SmartAmp)

Signed-off-by: Richard Fitzgerald <[email protected]>
  • Loading branch information
rfvirgil authored and kv2019i committed Dec 4, 2024
1 parent 5a82c19 commit a732104
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/topology/topology2/production/tplg-targets-ace1.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ SDW_JACK_IN_STREAM=Capture-SimpleJack"
SDW_AMP_FEEDBACK=false,SDW_SPK_STREAM=Playback-SmartAmp,SDW_DMIC_STREAM=Capture-SmartMic,\
SDW_JACK_OUT_STREAM=Playback-SimpleJack,SDW_JACK_IN_STREAM=Capture-SimpleJack"

# CS42L43 speaker output aggregated with two buses of CS35L56, so total
# number of amp links is 3.
"cavs-sdw\;sof-mtl-cs42l43-l3-cs35l56-l01-spkagg\;PLATFORM=mtl,NUM_SDW_AMP_LINKS=3,SDW_DMIC=1,\
SDW_AMP_FEEDBACK=false,SDW_SPK_STREAM=Playback-SmartAmp,SDW_DMIC_STREAM=Capture-SmartMic,\
SDW_JACK_OUT_STREAM=Playback-SimpleJack,SDW_JACK_IN_STREAM=Capture-SimpleJack"

# ARL has the same DSP generation. So reuse the platform = mtl.
"cavs-sdw\;sof-arl-cs42l43-l0\;PLATFORM=mtl,NUM_SDW_AMP_LINKS=1,SDW_DMIC=1,\
SDW_AMP_FEEDBACK=false,SDW_SPK_STREAM=Playback-SmartAmp,SDW_DMIC_STREAM=Capture-SmartMic,\
Expand Down

0 comments on commit a732104

Please sign in to comment.