Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/sof/
H A 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()
H A 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.");
396 if (tplg_path) in sof_pci_probe()
397 sof_pdata->tplg_filename_prefix = tplg_path; in sof_pci_probe()