ALSA: hda - Add HP Pavilion dv4t-1300 to MSI whitelist
authorDaniel T Chen <crimsun@ubuntu.com>
Thu, 24 Sep 2009 00:23:27 +0000 (20:23 -0400)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Sep 2009 10:14:37 +0000 (12:14 +0200)
BugLink: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547994
Enable MSI by default for this Pavilion model.

Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c

index 20a66f85f0a4247b317d8bbd9e68dafe107e892e..c9ad182e1b4b6a3ddd23b422f2e4f821bde90604 100644 (file)
@@ -2303,6 +2303,7 @@ static void __devinit check_probe_mask(struct azx *chip, int dev)
  * white-list for enable_msi
  */
 static struct snd_pci_quirk msi_white_list[] __devinitdata = {
+       SND_PCI_QUIRK(0x103c, 0x30f7, "HP Pavilion dv4t-1300", 1),
        SND_PCI_QUIRK(0x103c, 0x3607, "HP Compa CQ40", 1),
        {}
 };