Skip to content

Commit e53e91a

Browse files
CBala21kv2019i
authored andcommitted
topology1: tgl: add support for Nocodec amp and HDMI-in capture.
Adding support for the product 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 <[email protected]> (cherry picked from commit 310b10c)
1 parent b3f1dc3 commit e53e91a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/topology/topology1/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ set(TPLGS
291291

292292
#To support HDMI-in capture with RT1308 ssp-amplifier products.
293293
"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"
294+
#Topologies for No SSP-amp or codec+HDMI-IN capture support.
295+
"sof-tgl-rt1308-hdmi-ssp\;sof-tgl-nocodec-hdmi-ssp15\;-DNO_AMP\;-DHDMI_1_SSP_NUM=1\;-DHDMI_2_SSP_NUM=5\;-DPLATFORM=tgl"
294296

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

0 commit comments

Comments
 (0)