Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/sof/
Dsof-acpi-dev.c28 static char *tplg_path; variable
29 module_param(tplg_path, charp, 0444);
30 MODULE_PARM_DESC(tplg_path, "alternate path for SOF topology.");
161 if (tplg_path) in sof_acpi_probe()
162 sof_pdata->tplg_filename_prefix = tplg_path; in sof_acpi_probe()
Dsof-pci-dev.c30 static char *tplg_path; variable
31 module_param(tplg_path, charp, 0444);
32 MODULE_PARM_DESC(tplg_path, "alternate path for SOF topology.");
389 if (tplg_path) in sof_pci_probe()
390 sof_pdata->tplg_filename_prefix = tplg_path; in sof_pci_probe()