hda_use_msi
static bool hda_use_msi = true;
module_param_named(use_msi, hda_use_msi, bool, 0444);
if (hda_use_msi && pci_alloc_irq_vectors(pci, 1, 1, PCI_IRQ_MSI) > 0) {