Home
last modified time | relevance | path

Searched refs:tplg_path (Results 1 – 6 of 6) sorted by relevance

/linux/sound/soc/sof/
A Dsof-acpi-dev.c29 static char *tplg_path; variable
30 module_param(tplg_path, charp, 0444);
31 MODULE_PARM_DESC(tplg_path, "alternate path for SOF topology.");
80 sof_pdata->ipc_file_profile_base.tplg_path = tplg_path; in sof_acpi_probe()
A Dsof-of-dev.c21 static char *tplg_path; variable
22 module_param(tplg_path, charp, 0444);
23 MODULE_PARM_DESC(tplg_path, "alternate path for SOF topology.");
70 sof_pdata->ipc_file_profile_base.tplg_path = tplg_path; in sof_of_probe()
A Dfw-file-profile.c73 if (!profile->tplg_path || !profile->tplg_name) in sof_test_topology_file()
76 tplg_filename = kasprintf(GFP_KERNEL, "%s/%s", profile->tplg_path, in sof_test_topology_file()
180 if (base_profile->tplg_path) in sof_file_profile_for_ipc_type()
181 out_profile->tplg_path = base_profile->tplg_path; in sof_file_profile_for_ipc_type()
183 out_profile->tplg_path = desc->default_tplg_path[ipc_type]; in sof_file_profile_for_ipc_type()
257 base_profile->tplg_path || base_profile->tplg_name) in sof_print_missing_firmware_info()
285 dev_info(dev, " Topology file: %s/%s\n", profile->tplg_path, profile->tplg_name); in sof_print_profile_info()
A Dsof-pci-dev.c35 static char *tplg_path; variable
36 module_param(tplg_path, charp, 0444);
37 MODULE_PARM_DESC(tplg_path, "alternate path for SOF topology.");
251 path_override->tplg_path = tplg_path; in sof_pci_probe()
A Dcore.c260 if (base_profile->tplg_path) in sof_select_ipc_and_paths()
262 base_profile->tplg_path); in sof_select_ipc_and_paths()
276 plat_data->tplg_filename_prefix = out_profile.tplg_path; in sof_select_ipc_and_paths()
/linux/include/sound/
A Dsof.h68 const char *tplg_path; member

Completed in 13 milliseconds