projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a5ba2e
)
ALSA: hda - Add MSI blacklist
author
Takashi Iwai
<tiwai@suse.de>
Tue, 22 Dec 2009 07:15:01 +0000
(08:15 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 22 Dec 2009 07:15:01 +0000
(08:15 +0100)
A machine with AMD CPU with Nvidia board doesn't work with MSI.
Reported-by: Robert J. King <peritus@gurunetwork.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/hda_intel.c
b/sound/pci/hda/hda_intel.c
index 9b56f937913ec5247134d84b4389dbe72b5eeffd..ff8ad46cc50e09dc726775322314d9ec5bb8d15f 100644
(file)
--- a/
sound/pci/hda/hda_intel.c
+++ b/
sound/pci/hda/hda_intel.c
@@
-2322,6
+2322,7
@@
static void __devinit check_probe_mask(struct azx *chip, int dev)
* white/black-list for enable_msi
*/
static struct snd_pci_quirk msi_black_list[] __devinitdata = {
+ SND_PCI_QUIRK(0x1043, 0x81f2, "ASUS", 0), /* Athlon64 X2 + nvidia */
{}
};