Commit bc176c0d authored by Daniel T Chen's avatar Daniel T Chen Committed by Greg Kroah-Hartman

ALSA: hda: enable MSI for Gateway M-6866

BugLink: https://bugs.launchpad.net/bugs/538918

The OR has verified that explicitly enabling MSI is necessary for audio
to be audible by default.

This patch is only applicable to 2.6.32.y; in 2.6.33, MSI is enabled by
default.
Reported-by: default avatarSam Townsend <stownsend42@sbcglobal.net>
Tested-by: default avatarSam Townsend <stownsend42@sbcglobal.net>
Acked-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarDaniel T Chen <crimsun@ubuntu.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 35d14dd0
...@@ -2317,6 +2317,7 @@ static void __devinit check_probe_mask(struct azx *chip, int dev) ...@@ -2317,6 +2317,7 @@ static void __devinit check_probe_mask(struct azx *chip, int dev)
static struct snd_pci_quirk msi_white_list[] __devinitdata = { static struct snd_pci_quirk msi_white_list[] __devinitdata = {
SND_PCI_QUIRK(0x103c, 0x30f7, "HP Pavilion dv4t-1300", 1), SND_PCI_QUIRK(0x103c, 0x30f7, "HP Pavilion dv4t-1300", 1),
SND_PCI_QUIRK(0x103c, 0x3607, "HP Compa CQ40", 1), SND_PCI_QUIRK(0x103c, 0x3607, "HP Compa CQ40", 1),
SND_PCI_QUIRK(0x107b, 0x0380, "Gateway M-6866", 1),
{} {}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment