Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tools/topology/topology2/cavs-es83x6.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Define {
# override defaults with platform-specific config
IncludeByKey.PLATFORM {
"mtl" "platform/intel/mtl.conf"
"lnl" "platform/intel/lnl.conf"
}

# include HDMI config if needed.
Expand Down
1 change: 1 addition & 0 deletions tools/topology/topology2/cavs-nocodec-bt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ IncludeByKey.PLATFORM {
"tgl" "platform/intel/tgl.conf"
"adl" "platform/intel/tgl.conf"
"mtl" "platform/intel/mtl.conf"
"lnl" "platform/intel/lnl.conf"
}

# include DMIC config if needed.
Expand Down
2 changes: 1 addition & 1 deletion tools/topology/topology2/cavs-nocodec.conf
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ IncludeByKey.PLATFORM {
"tgl" "platform/intel/tgl.conf"
"adl" "platform/intel/tgl.conf"
"mtl" "platform/intel/mtl.conf"
"lnl" "platform/intel/mtl.conf"
"lnl" "platform/intel/lnl.conf"
}

# include DMIC config if needed.
Expand Down
1 change: 1 addition & 0 deletions tools/topology/topology2/cavs-rt5682.conf
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Define {
# override defaults with platform-specific config
IncludeByKey.PLATFORM {
"mtl" "platform/intel/mtl.conf"
"lnl" "platform/intel/lnl.conf"
}

# include DMIC config if needed.
Expand Down
2 changes: 1 addition & 1 deletion tools/topology/topology2/cavs-sdw.conf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Define {
# override defaults with platform-specific config
IncludeByKey.PLATFORM {
"mtl" "platform/intel/mtl.conf"
"lnl" "platform/intel/mtl.conf"
"lnl" "platform/intel/lnl.conf"
}

IncludeByKey.ADD_BT {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ IncludeByKey.PLATFORM {
"tgl" "platform/intel/tgl.conf"
"adl" "platform/intel/tgl.conf"
"mtl" "platform/intel/mtl.conf"
"lnl" "platform/intel/mtl.conf"
"lnl" "platform/intel/lnl.conf"
}

#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ IncludeByKey.PLATFORM {
"tgl" "platform/intel/tgl.conf"
"adl" "platform/intel/tgl.conf"
"mtl" "platform/intel/mtl.conf"
"lnl" "platform/intel/mtl.conf"
"lnl" "platform/intel/lnl.conf"
}

#
Expand Down
6 changes: 6 additions & 0 deletions tools/topology/topology2/platform/intel/lnl.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# LNL-specific variable definitions
Define {
DMIC_DRIVER_VERSION 4
SSP_BLOB_VERSION 0x105
NUM_HDMIS 3
}
2 changes: 1 addition & 1 deletion tools/topology/topology2/sof-hda-generic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Define {
# override defaults with platform-specific config
IncludeByKey.PLATFORM {
"mtl" "platform/intel/mtl.conf"
"lnl" "platform/intel/mtl.conf"
"lnl" "platform/intel/lnl.conf"
}

# include HDA config if needed.
Expand Down