Home
last modified time | relevance | path

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

/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, "deprecated - moved to snd-sof module.");
79 sof_pdata->ipc_file_profile_base.tplg_path = tplg_path; in sof_acpi_probe()
A Dsof-of-dev.c25 static char *tplg_path; variable
26 module_param(tplg_path, charp, 0444);
27 MODULE_PARM_DESC(tplg_path, "deprecated - moved to snd-sof module.");
76 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, "deprecated - moved to snd-sof module.");
249 path_override->tplg_path = tplg_path; in sof_pci_probe()
A Dcore.c36 module_param_named(tplg_path, override_tplg_path, charp, 0444);
37 MODULE_PARM_DESC(tplg_path, "alternate path for SOF topology.");
296 if (base_profile->tplg_path) in sof_select_ipc_and_paths()
298 base_profile->tplg_path); in sof_select_ipc_and_paths()
312 plat_data->tplg_filename_prefix = out_profile.tplg_path; in sof_select_ipc_and_paths()
622 path_override->tplg_path = override_tplg_path; in sof_apply_profile_override()

Completed in 19 milliseconds