diff options
author | Ralf Gerbig <rge@quengel.org> | 2010-03-09 18:25:47 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-04-01 16:01:10 -0700 |
commit | f46a0cd9a472a3f3c2d10f99558ef5b70f88ee8c (patch) | |
tree | 94fa2e63ea57c11aa3913114d07111a87ef9fb4a /sound | |
parent | 58a60dad3f8990492c6dccc2e5b9ed751c222316 (diff) | |
download | linux-stable-f46a0cd9a472a3f3c2d10f99558ef5b70f88ee8c.tar.gz |
ALSA: hda - Sound MSI fallout on a Asus mobo NVIDIA MCP55
commit ecd216260f87dd8c14b2580a16f055554644bbea upstream.
without the following patch audio ssttuutteerrs on
ASUS M2N32-SLI PREMIUM ACPI BIOS Revision 1304
the sound device is:
00:0e.1 Audio device: nVidia Corporation MCP55 High Definition Audio (rev a2)
worked with 2.6.32
Signed-off-by: Ralf Gerbig <rge@quengel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'sound')
-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 6d6e307b8e32..412a24f3c586 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2354,6 +2354,7 @@ static void __devinit check_probe_mask(struct azx *chip, int dev) static struct snd_pci_quirk msi_black_list[] __devinitdata = { SND_PCI_QUIRK(0x1043, 0x81f2, "ASUS", 0), /* Athlon64 X2 + nvidia */ SND_PCI_QUIRK(0x1043, 0x81f6, "ASUS", 0), /* nvidia */ + SND_PCI_QUIRK(0x1043, 0x822d, "ASUS", 0), /* Athlon64 X2 + nvidia MCP55 */ {} }; |