diff --git a/[refs] b/[refs] index 1cc023e687bf..27b36573d284 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0b51ba07e2e2866bfea40c5551a926dbefae64da +refs/heads/master: 69e134189763341560a5201c2eee9930eeb0b4f1 diff --git a/trunk/sound/pci/hda/hda_intel.c b/trunk/sound/pci/hda/hda_intel.c index d15c9b845f23..e6a1e37b373a 100644 --- a/trunk/sound/pci/hda/hda_intel.c +++ b/trunk/sound/pci/hda/hda_intel.c @@ -1391,6 +1391,7 @@ static int azx_acquire_irq(struct azx *chip, int do_disconnect) return -1; } chip->irq = chip->pci->irq; + pci_intx(chip->pci, !chip->msi); return 0; }