Skip to content

Commit

Permalink
topology2: sof-mtl-rt713-rt1316: fix HDMI_IDs due to dai id mismatch
Browse files Browse the repository at this point in the history
In non sdw-dmic case, dai incremental id without it, so correct
HDMI1/2/3_ID sequence from default 5,6,7 to 4,5,6.

Signed-off-by: Mac Chiang <[email protected]>
  • Loading branch information
macchian authored and bardliao committed Nov 6, 2023
1 parent 32a021c commit 7a7a7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/topology/topology2/sof-ace-tplg/tplg-targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SDW_DMIC_STREAM=SDW0-Capture"
"cavs-sdw\;sof-mtl-rt713-l0-rt1316-l12-rt1713-l3\;PLATFORM=mtl,NUM_SDW_AMP_LINKS=2,SDW_DMIC=1"

# Jack codec + SmartAmp topology. No SDW_DMIC connection
"cavs-sdw\;sof-mtl-rt713-l0-rt1316-l12\;PLATFORM=mtl,NUM_SDW_AMP_LINKS=2"
"cavs-sdw\;sof-mtl-rt713-l0-rt1316-l12\;PLATFORM=mtl,NUM_SDW_AMP_LINKS=2,HDMI1_ID=4,HDMI2_ID=5,HDMI3_ID=6"

# Below topologies are used on Chromebooks

Expand Down

0 comments on commit 7a7a7eb

Please sign in to comment.