hda_use_msi 49 sound/soc/sof/intel/hda.c static bool hda_use_msi = IS_ENABLED(CONFIG_PCI); hda_use_msi 51 sound/soc/sof/intel/hda.c module_param_named(use_msi, hda_use_msi, bool, 0444); hda_use_msi 598 sound/soc/sof/intel/hda.c if (hda_use_msi && pci_alloc_irq_vectors(pci, 1, 1, PCI_IRQ_MSI) > 0) {