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.c2492 const char **tplg_files; in snd_sof_load_topology() local
2497 tplg_files = kcalloc(scomp->card->num_links, sizeof(char *), GFP_KERNEL); in snd_sof_load_topology()
2498 if (!tplg_files) in snd_sof_load_topology()
2521 &tplg_files, in snd_sof_load_topology()
2524 kfree(tplg_files); in snd_sof_load_topology()
2539 tplg_files[0] = file; in snd_sof_load_topology()
2548 if (tplg_files[0] != file) in snd_sof_load_topology()
2549 dev_info(scomp->dev, "loading topology %d: %s\n", i, tplg_files[i]); in snd_sof_load_topology()
2551 ret = request_firmware(&fw, tplg_files[i], scomp->dev); in snd_sof_load_topology()
2560 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,