Home
last modified time | relevance | path

Searched refs:tplg_files (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/intel/common/
H A Dsof-function-topology-lib.c31 const char *prefix, const char ***tplg_files, bool best_effort) in sof_sdw_get_tplg_files() argument
107 (*tplg_files)[tplg_num] = devm_kasprintf(card->dev, GFP_KERNEL, in sof_sdw_get_tplg_files()
113 (*tplg_files)[tplg_num] = devm_kasprintf(card->dev, GFP_KERNEL, in sof_sdw_get_tplg_files()
119 if (!(*tplg_files)[tplg_num]) in sof_sdw_get_tplg_files()
128 ret = firmware_request_nowarn(&fw, (*tplg_files)[i], card->dev); in sof_sdw_get_tplg_files()
134 (*tplg_files)[i]); in sof_sdw_get_tplg_files()
H A Dsof-function-topology-lib.h13 const char *prefix, const char ***tplg_files, bool best_effort);
/linux/sound/soc/sof/
H A Dtopology.c2500 const char **tplg_files; in snd_sof_load_topology() local
2505 tplg_files = kcalloc(scomp->card->num_links, sizeof(char *), GFP_KERNEL); in snd_sof_load_topology()
2506 if (!tplg_files) in snd_sof_load_topology()
2529 &tplg_files, in snd_sof_load_topology()
2532 kfree(tplg_files); in snd_sof_load_topology()
2547 tplg_files[0] = file; in snd_sof_load_topology()
2556 if (tplg_files[0] != file) in snd_sof_load_topology()
2557 dev_info(scomp->dev, "loading topology %d: %s\n", i, tplg_files[i]); in snd_sof_load_topology()
2559 ret = request_firmware(&fw, tplg_files[i], scomp->dev); in snd_sof_load_topology()
2568 tplg_files[i], ret); in snd_sof_load_topology()
[all …]
/linux/include/sound/
H A Dsoc-acpi.h229 const char *prefix, const char ***tplg_files,