[ALSA] hda-intel - Disable INTX when MSI is used
Call pci_intx() to disable/enable INTX when MSI is used/unused. Nvidia and AMD boards seem to have problems with MSI when INTX isn't disabled. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
parent
0b51ba07e2
commit
69e1341897
|
@ -1391,6 +1391,7 @@ static int azx_acquire_irq(struct azx *chip, int do_disconnect)
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
chip->irq = chip->pci->irq;
|
chip->irq = chip->pci->irq;
|
||||||
|
pci_intx(chip->pci, !chip->msi);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue