Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/
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.");
74 if (tplg_path) in sof_of_probe()
75 sof_pdata->tplg_filename_prefix = tplg_path; in sof_of_probe()
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.");
86 if (tplg_path) in sof_acpi_probe()
87 sof_pdata->tplg_filename_prefix = tplg_path; in sof_acpi_probe()
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.");
316 if (tplg_path) in sof_pci_probe()
317 sof_pdata->tplg_filename_prefix = tplg_path; in sof_pci_probe()