Skip to content

Commit 95eb9b4

Browse files
committed
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: 41566e3 ("ASoC: Intel: soc-acpi-intel-nvl-match: add rt722 l3 support") Signed-off-by: Peter Ujfalusi <[email protected]>
1 parent 806274d commit 95eb9b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/soc/intel/common/soc-acpi-intel-nvl-match.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include <sound/soc-acpi.h>
1010
#include <sound/soc-acpi-intel-match.h>
11+
#include "sof-function-topology-lib.h"
1112
#include "soc-acpi-intel-sdw-mockup-match.h"
1213

1314
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[] = {
8485
.links = nvl_rt722_l3,
8586
.drv_name = "sof_sdw",
8687
.sof_tplg_filename = "sof-nvl-rt722.tplg",
88+
.get_function_tplg_files = sof_sdw_get_tplg_files,
8789
},
8890
{},
8991
};

0 commit comments

Comments
 (0)