From 123814768757114407926e4ddb54715318df33fb Mon Sep 17 00:00:00 2001 From: Seppo Ingalsuo Date: Wed, 28 Feb 2024 18:18:33 +0200 Subject: [PATCH] Tools: Topology2: Add include of mtl.conf for LNL HDA generic This quick fix avoids build of NHLT blob for the default (TGL) for LNL HDA generic platform. The DMIC part of NHLT from TGL is not suitable for LNL, while a blob for MTL can be used. A proper lnl.conf will be added later. Signed-off-by: Seppo Ingalsuo --- tools/topology/topology2/sof-hda-generic.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/topology/topology2/sof-hda-generic.conf b/tools/topology/topology2/sof-hda-generic.conf index aa547af25a50..8b293c8d4f7d 100644 --- a/tools/topology/topology2/sof-hda-generic.conf +++ b/tools/topology/topology2/sof-hda-generic.conf @@ -57,6 +57,7 @@ Define { # override defaults with platform-specific config IncludeByKey.PLATFORM { "mtl" "platform/intel/mtl.conf" + "lnl" "platform/intel/mtl.conf" } # include HDA config if needed.