Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dsof-pci-dev.c47 static int sof_pci_ipc_type = -1; variable
48 module_param_named(ipc_type, sof_pci_ipc_type, int, 0444);
237 if (sof_pci_ipc_type < 0) { in sof_pci_probe()
239 } else if (sof_pci_ipc_type < SOF_IPC_TYPE_COUNT) { in sof_pci_probe()
240 path_override->ipc_type = sof_pci_ipc_type; in sof_pci_probe()
242 dev_err(dev, "Invalid IPC type requested: %d\n", sof_pci_ipc_type); in sof_pci_probe()