Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/sof/intel/
Dhda.c363 static bool hda_use_msi = true; variable
364 module_param_named(use_msi, hda_use_msi, bool, 0444);
367 #define hda_use_msi (1) macro
1109 if (hda_use_msi && pci_alloc_irq_vectors(pci, 1, 1, PCI_IRQ_MSI) > 0) { in hda_dsp_probe()