diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-04-04 12:14:03 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-04-26 07:47:50 -0700 |
commit | 7fad95abc15c38de2c8acc27a203dae79abf4256 (patch) | |
tree | fb063eb412b30a3c3c3d6eceef6f9a7a2962a7f3 | |
parent | 4834ffcbc9293b3db44d4f336dad38c8bfd272ab (diff) | |
download | lwn-7fad95abc15c38de2c8acc27a203dae79abf4256.tar.gz lwn-7fad95abc15c38de2c8acc27a203dae79abf4256.zip |
ALSA: hda - Add MSI blacklist for Aopen MZ915-M
commit 3815595e78d2baae6feb866e737f92d8ef48b337 upstream.
The device needs MSI disablement. Added to the quirk list.
Reported-by: Harald Dunkel <harri@afaics.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | sound/pci/hda/hda_intel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index aed9e0feaefd..6ff7d1662fee 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2358,6 +2358,7 @@ static struct snd_pci_quirk msi_black_list[] __devinitdata = { SND_PCI_QUIRK(0x1043, 0x81f6, "ASUS", 0), /* nvidia */ SND_PCI_QUIRK(0x1043, 0x822d, "ASUS", 0), /* Athlon64 X2 + nvidia MCP55 */ SND_PCI_QUIRK(0x1849, 0x0888, "ASRock", 0), /* Athlon64 X2 + nvidia */ + SND_PCI_QUIRK(0xa0a0, 0x0575, "Aopen MZ915-M", 0), /* ICH6 */ {} }; |