Searched refs:tplg_path (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/soc/sof/ |
| A D | sof-acpi-dev.c | 29 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 D | sof-of-dev.c | 21 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 D | fw-file-profile.c | 73 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 D | sof-pci-dev.c | 35 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 D | core.c | 260 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 D | sof.h | 68 const char *tplg_path; member
|
Completed in 13 milliseconds