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:
1a99d4a
)
ALSA: hda - Add missing NID 0x19 fixup for Sony VAIO
author
Takashi Iwai
<tiwai@suse.de>
Wed, 12 Jan 2011 08:03:05 +0000
(09:03 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 12 Jan 2011 08:03:05 +0000
(09:03 +0100)
With GPIO2-fixup, another fixup for NID 0x19 was missing because the
fixup is applied only once. Add the corresponding verb to the entry.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Cc: <stable@kernel.org>
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 f44d0e355835a96e8bc6521c1d1389f19025b5bf..98c9cd8f6471baf3d7693a7815c693dfbe66c6fa 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-14846,6
+14846,7
@@
static const struct alc_fixup alc269_fixups[] = {
{0x01, AC_VERB_SET_GPIO_MASK, 0x04},
{0x01, AC_VERB_SET_GPIO_DIRECTION, 0x04},
{0x01, AC_VERB_SET_GPIO_DATA, 0x00},
+ {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREFGRD},
{ }
}
},