#include <sound/soc-acpi.h>
 #include <sound/soc-acpi-intel-match.h>
 #include <sound/soc-acpi-intel-ssp-common.h>
+#include "sof-function-topology-lib.h"
 
 static const struct snd_soc_acpi_endpoint single_endpoint = {
        .num = 0,
                .links = arl_cs42l43_l0_cs35l56_l23,
                .drv_name = "sof_sdw",
                .sof_tplg_filename = "sof-arl-cs42l43-l0-cs35l56-l23.tplg",
+               .get_function_tplg_files = sof_sdw_get_tplg_files,
        },
        {
                .link_mask = BIT(0) | BIT(2) | BIT(3),
                .links = arl_cs42l43_l0_cs35l56_2_l23,
                .drv_name = "sof_sdw",
                .sof_tplg_filename = "sof-arl-cs42l43-l0-cs35l56-l23.tplg",
+               .get_function_tplg_files = sof_sdw_get_tplg_files,
        },
        {
                .link_mask = BIT(0) | BIT(2) | BIT(3),
                .links = arl_cs42l43_l0_cs35l56_3_l23,
                .drv_name = "sof_sdw",
                .sof_tplg_filename = "sof-arl-cs42l43-l0-cs35l56-l23.tplg",
+               .get_function_tplg_files = sof_sdw_get_tplg_files,
        },
        {
                .link_mask = BIT(0) | BIT(2),
                .links = arl_cs42l43_l0_cs35l56_l2,
                .drv_name = "sof_sdw",
                .sof_tplg_filename = "sof-arl-cs42l43-l0-cs35l56-l2.tplg",
+               .get_function_tplg_files = sof_sdw_get_tplg_files,
        },
        {
                .link_mask = BIT(0),
                .links = arl_cs42l43_l0,
                .drv_name = "sof_sdw",
                .sof_tplg_filename = "sof-arl-cs42l43-l0.tplg",
+               .get_function_tplg_files = sof_sdw_get_tplg_files,
        },
        {
                .link_mask = BIT(2),
                .links = arl_cs42l43_l2,
                .drv_name = "sof_sdw",
                .sof_tplg_filename = "sof-arl-cs42l43-l2.tplg",
+               .get_function_tplg_files = sof_sdw_get_tplg_files,
        },
        {
                .link_mask = BIT(2) | BIT(3),
                .links = arl_cs42l43_l2_cs35l56_l3,
                .drv_name = "sof_sdw",
                .sof_tplg_filename = "sof-arl-cs42l43-l2-cs35l56-l3.tplg",
+               .get_function_tplg_files = sof_sdw_get_tplg_files,
        },
        {
                .link_mask = 0x1, /* link0 required */
                .links = arl_rt722_l0_rt1320_l2,
                .drv_name = "sof_sdw",
                .sof_tplg_filename = "sof-arl-rt722-l0_rt1320-l2.tplg",
+               .get_function_tplg_files = sof_sdw_get_tplg_files,
        },
        {},
 };