Home
last modified time | relevance | path

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

/sound/soc/sof/
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()
Dsof-pci-dev.c27 static char *tplg_path; variable
28 module_param(tplg_path, charp, 0444);
29 MODULE_PARM_DESC(tplg_path, "alternate path for SOF topology.");
213 if (tplg_path) in sof_pci_probe()
214 sof_pdata->tplg_filename_prefix = tplg_path; in sof_pci_probe()