Tools: Topology2: Use for LNL own platform configuration lnl.conf

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>
This commit is contained in:
Seppo Ingalsuo 2024-02-28 15:22:24 +02:00 committed by Kai Vehmanen
parent 03dbc7ba2c
commit 07c9043516
9 changed files with 14 additions and 5 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -127,6 +127,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.

View File

@ -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 {

View File

@ -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"
}
#

View File

@ -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"
}
#

View File

@ -0,0 +1,6 @@
# LNL-specific variable definitions
Define {
DMIC_DRIVER_VERSION 4
SSP_BLOB_VERSION 0x105
NUM_HDMIS 3
}

View File

@ -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.