Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188194
b: refs/heads/master
c: 80c43ed
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Mar 15, 2010
1 parent cf26544 commit 876ae66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b43f6e5e258d67acae5961896d10bbe38c271070
refs/heads/master: 80c43ed724797627d8f86855248c497a6161a214
7 changes: 7 additions & 0 deletions trunk/sound/pci/hda/hda_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -2378,6 +2378,13 @@ static void __devinit check_msi(struct azx *chip)
"hda_intel: msi for device %04x:%04x set to %d\n",
q->subvendor, q->subdevice, q->value);
chip->msi = q->value;
return;
}

/* NVidia chipsets seem to cause troubles with MSI */
if (chip->driver_type == AZX_DRIVER_NVIDIA) {
printk(KERN_INFO "hda_intel: Disable MSI for Nvidia chipset\n");
chip->msi = 0;
}
}

Expand Down

0 comments on commit 876ae66

Please sign in to comment.