Home
last modified time | relevance | path

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

/Linux-v5.15/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.c26 static char *tplg_path; variable
27 module_param(tplg_path, charp, 0444);
28 MODULE_PARM_DESC(tplg_path, "alternate path for SOF topology.");
183 if (tplg_path) in sof_pci_probe()
184 sof_pdata->tplg_filename_prefix = tplg_path; in sof_pci_probe()