mirror of https://github.com/thesofproject/sof.git
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:
parent
03dbc7ba2c
commit
07c9043516
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
||||
#
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
||||
#
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
# LNL-specific variable definitions
|
||||
Define {
|
||||
DMIC_DRIVER_VERSION 4
|
||||
SSP_BLOB_VERSION 0x105
|
||||
NUM_HDMIS 3
|
||||
}
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue