From 95eb9b44896171e15bbad15f37a94719e8270cb2 Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Wed, 19 Nov 2025 12:00:05 +0200 Subject: [PATCH] ASoC: Intel: soc-acpi-intel-nvl-match: Set get_function_tplg_files for rt722 Set the get_function_tplg_files callback for the rt722_l3 configuration so the functional topologies can be used. Fixes: 41566e3de406 ("ASoC: Intel: soc-acpi-intel-nvl-match: add rt722 l3 support") Signed-off-by: Peter Ujfalusi --- sound/soc/intel/common/soc-acpi-intel-nvl-match.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/soc/intel/common/soc-acpi-intel-nvl-match.c b/sound/soc/intel/common/soc-acpi-intel-nvl-match.c index 2768dd10aaa08d..6e5fa42636db39 100644 --- a/sound/soc/intel/common/soc-acpi-intel-nvl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-nvl-match.c @@ -8,6 +8,7 @@ #include #include +#include "sof-function-topology-lib.h" #include "soc-acpi-intel-sdw-mockup-match.h" struct snd_soc_acpi_mach snd_soc_acpi_intel_nvl_machines[] = { @@ -84,6 +85,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_nvl_sdw_machines[] = { .links = nvl_rt722_l3, .drv_name = "sof_sdw", .sof_tplg_filename = "sof-nvl-rt722.tplg", + .get_function_tplg_files = sof_sdw_get_tplg_files, }, {}, };