Skip to content

Commit 1e60bed

Browse files
committed
Topology2: sof-hda-generic.conf: make HDMI be optional
This is a preparation commit for splitting topologies by devices. That means we will have generic hda topologies without HDMI. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent 0a10481 commit 1e60bed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/topology/topology2/sof-hda-generic.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ Define {
8585
DMIC0_PCM_ID 6
8686
}
8787

88-
# always include HDMI config
89-
<hdmi-generic.conf>
88+
IncludeByKey.NUM_HDMIS {
89+
"[3-4]" "platform/intel/hdmi-generic.conf"
90+
}
9091

9192
Object.Widget.virtual [
9293
{

0 commit comments

Comments
 (0)