projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e21af48
)
ALSA: hda - Add Gigabyte GA-MA790X to the beep whitelist
author
Takashi Iwai
<tiwai@suse.de>
Tue, 6 Mar 2012 13:02:32 +0000
(14:02 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 6 Mar 2012 13:02:32 +0000
(14:02 +0100)
Its BIOS suppresses the PC beep although it's implemented.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index 7e651682eecedf6dfdce10489f70d819db4118a7..2ae6bfbc678893c2a9c6568163724d88f42e5cfb 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-4304,6
+4304,7
@@
static const struct snd_pci_quirk beep_white_list[] = {
SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1),
SND_PCI_QUIRK(0x1043, 0x831a, "EeePC", 1),
SND_PCI_QUIRK(0x1043, 0x834a, "EeePC", 1),
+ SND_PCI_QUIRK(0x1458, 0xa002, "GA-MA790X", 1),
SND_PCI_QUIRK(0x8086, 0xd613, "Intel", 1),
{}
};