]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hda - Disable MSI for Nvidia controller
authorTakashi Iwai <tiwai@suse.de>
Mon, 15 Mar 2010 14:51:53 +0000 (15:51 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 1 Apr 2010 23:01:24 +0000 (16:01 -0700)
commit6ca05d7182452b47a2e25a218254f3eebb0314fa
treee9016e4d725dfc985b38eebd760783c45203c5ce
parentcb6972366b36a2740e1e47b7b9c0471cc6065988
ALSA: hda - Disable MSI for Nvidia controller

commit 80c43ed724797627d8f86855248c497a6161a214 upstream.

Judging from the member of enable_msi white-list, Nvidia controller
seems to cause troubles with MSI enabled, e.g. boot hang up or other
serious issue may come up.  It's safer to disable MSI as default for
Nvidia controllers again for now.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/hda/hda_intel.c