Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda.c289 static bool hda_use_msi = IS_ENABLED(CONFIG_PCI); variable
291 module_param_named(use_msi, hda_use_msi, bool, 0444);
840 if (hda_use_msi && pci_alloc_irq_vectors(pci, 1, 1, PCI_IRQ_MSI) > 0) { in hda_dsp_probe()