Skip to content

Commit

Permalink
topology1: adl: add support for Nocodec amp and HDMI-in capture.
Browse files Browse the repository at this point in the history
Adding support for the alderlake products which doesn't have no ssp
amplifier but need to support HDMI audio playback and HDMI-in capture
via I2S

Signed-off-by: Balamurugan C <balamurugan.c@intel.com>
(cherry picked from commit 81f5822)
  • Loading branch information
CBala21 authored and kv2019i committed Jun 30, 2023
1 parent e53e91a commit b6c174c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/topology/topology1/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ set(TPLGS
"sof-tgl-rt1308-hdmi-ssp\;sof-tgl-rt1308-ssp2-hdmi-ssp15\;-DAMP_SSP_NUM=2\;-DHDMI_1_SSP_NUM=1\;-DHDMI_2_SSP_NUM=5\;-DPLATFORM=tgl"
#Topologies for No SSP-amp or codec+HDMI-IN capture support.
"sof-tgl-rt1308-hdmi-ssp\;sof-tgl-nocodec-hdmi-ssp15\;-DNO_AMP\;-DHDMI_1_SSP_NUM=1\;-DHDMI_2_SSP_NUM=5\;-DPLATFORM=tgl"
"sof-tgl-rt1308-hdmi-ssp\;sof-adl-nocodec-hdmi-ssp02\;-DNO_AMP\;-DHDMI_1_SSP_NUM=0\;-DHDMI_2_SSP_NUM=2\;-DPLATFORM=adl"

## i.MX8 (i.MX8QM and i.MX8QXP) topologies
"sof-imx8-nocodec\;sof-imx8-nocodec"
Expand Down

0 comments on commit b6c174c

Please sign in to comment.