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

/linux-master/sound/soc/sof/
H 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;
H 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;
H A Dfw-file-profile.c73 if (!profile->tplg_path || !profile->tplg_name)
76 tplg_filename = kasprintf(GFP_KERNEL, "%s/%s", profile->tplg_path,
180 if (base_profile->tplg_path)
181 out_profile->tplg_path = base_profile->tplg_path;
183 out_profile->tplg_path = desc->default_tplg_path[ipc_type];
257 base_profile->tplg_path || base_profile->tplg_name)
285 dev_info(dev, " Topology file: %s/%s\n", profile->tplg_path, profile->tplg_name);
H 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;
H A Dcore.c260 if (base_profile->tplg_path)
262 base_profile->tplg_path);
276 plat_data->tplg_filename_prefix = out_profile.tplg_path;
/linux-master/include/sound/
H A Dsof.h68 const char *tplg_path; member in struct:sof_loadable_file_profile

Completed in 116 milliseconds