projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
393004b
)
ALSA: hda - Fix missing EAPD for Acer 4930G
author
Takashi Iwai
<tiwai@suse.de>
Wed, 12 Jan 2011 07:03:39 +0000
(08:03 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 12 Jan 2011 07:03:39 +0000
(08:03 +0100)
The proper initializatio of NID 0x15 EAPD is missing in the quirk for
Acer 4930G.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index 0ecd75e2d28f09f07c57376de730f8ef167f513c..a8e3eeda0457f66769e8f78bc2c73b0ceca73a2c 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-2026,6
+2026,7
@@
static struct hda_verb alc888_acer_aspire_4930g_verbs[] = {
{0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
{0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
{0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
+ {0x15, AC_VERB_SET_EAPD_BTLENABLE, 2},
{ }
};