Skip to content

Commit

Permalink
Tools: Topology2: Use for LNL own platform configuration lnl.conf
Browse files Browse the repository at this point in the history
The new lnl.conf is copy of mtl.conf but DMIC_DRIVER_VERSION needs
to be increased by one for a small registers change.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
  • Loading branch information
singalsu committed Apr 16, 2024
1 parent 0db7caa commit 4172a88
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 5 deletions.
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

0 comments on commit 4172a88

Please sign in to comment.