projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c5c04e
)
ALSA: HDA: Fixup Realtek headphone pin initialization
author
David Henningsson
<david.henningsson@canonical.com>
Wed, 12 Oct 2011 17:26:03 +0000
(19:26 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 13 Oct 2011 06:06:01 +0000
(08:06 +0200)
This typo caused headphone pins not to be initialized correctly.
BugLink:
https://bugs.launchpad.net/bugs/871582
Reported-by: Effenberg
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
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 bf53663186c9e9fbdfe0a71a503bd818b2152a4b..6a4128dc8c5ace957068ce910aaebe509ebe1e95 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-3263,7
+3263,7
@@
static void alc_auto_init_extra_out(struct hda_codec *codec)
int i;
hda_nid_t pin, dac;
- for (i = 0; i < spec->autocfg.
speaker
_outs; i++) {
+ for (i = 0; i < spec->autocfg.
hp
_outs; i++) {
pin = spec->autocfg.hp_pins[i];
if (!pin)
break;