File tree Expand file tree Collapse file tree 9 files changed +14
-4
lines changed
Expand file tree Collapse file tree 9 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ Define {
6767# override defaults with platform-specific config
6868IncludeByKey.PLATFORM {
6969 "mtl" "platform/intel/mtl.conf"
70+ "lnl" "platform/intel/lnl.conf"
7071}
7172
7273# include HDMI config if needed.
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ IncludeByKey.PLATFORM {
6262 "tgl" "platform/intel/tgl.conf"
6363 "adl" "platform/intel/tgl.conf"
6464 "mtl" "platform/intel/mtl.conf"
65+ "lnl" "platform/intel/lnl.conf"
6566}
6667
6768# include DMIC config if needed.
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ IncludeByKey.PLATFORM {
101101 "tgl" "platform/intel/tgl.conf"
102102 "adl" "platform/intel/tgl.conf"
103103 "mtl" "platform/intel/mtl.conf"
104- "lnl" "platform/intel/mtl .conf"
104+ "lnl" "platform/intel/lnl .conf"
105105}
106106
107107# include DMIC config if needed.
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ Define {
124124# override defaults with platform-specific config
125125IncludeByKey.PLATFORM {
126126 "mtl" "platform/intel/mtl.conf"
127+ "lnl" "platform/intel/lnl.conf"
127128}
128129
129130# include DMIC config if needed.
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Define {
8484# override defaults with platform-specific config
8585IncludeByKey.PLATFORM {
8686 "mtl" "platform/intel/mtl.conf"
87- "lnl" "platform/intel/mtl .conf"
87+ "lnl" "platform/intel/lnl .conf"
8888}
8989
9090IncludeByKey.ADD_BT {
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ IncludeByKey.PLATFORM {
5252 "tgl" "platform/intel/tgl.conf"
5353 "adl" "platform/intel/tgl.conf"
5454 "mtl" "platform/intel/mtl.conf"
55- "lnl" "platform/intel/mtl .conf"
55+ "lnl" "platform/intel/lnl .conf"
5656}
5757
5858#
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ IncludeByKey.PLATFORM {
5050 "tgl" "platform/intel/tgl.conf"
5151 "adl" "platform/intel/tgl.conf"
5252 "mtl" "platform/intel/mtl.conf"
53- "lnl" "platform/intel/mtl .conf"
53+ "lnl" "platform/intel/lnl .conf"
5454}
5555
5656#
Original file line number Diff line number Diff line change 1+ # LNL-specific variable definitions
2+ Define {
3+ DMIC_DRIVER_VERSION 4
4+ SSP_BLOB_VERSION 0x105
5+ NUM_HDMIS 3
6+ }
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ Define {
5757# override defaults with platform-specific config
5858IncludeByKey.PLATFORM {
5959 "mtl" "platform/intel/mtl.conf"
60+ "lnl" "platform/intel/lnl.conf"
6061}
6162
6263# include HDA config if needed.
You can’t perform that action at this time.
0 commit comments