diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-06-03 08:46:34 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-06-03 08:56:53 -0400 |
commit | 07bc76dfa19b10017b518dd9aa1b2719e8c863de (patch) | |
tree | 40adb5476fb5e8dc72ae9cedbf0d5478fe9d5978 /sound | |
parent | 79d06432a27601f096e08716fee3f0a7d3b68d5f (diff) |
[ALSA] hda - Fix resume of auto-config mode with Realtek codecs
The auto-config mode of Realtek ALC codecs has a bug since 2.6.25
that it cannot resume properly. The problem was the wrong assignment
of init_hook that overrides the whole initialization.
Relevant bug reports:
http://bugzilla.kernel.org/show_bug.cgi?id=10662
https://bugzilla.novell.com/show_bug.cgi?id=385473
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 8f31247c52bd..f46df68cd5b0 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -942,7 +942,6 @@ do_sku: | |||
942 | AC_VERB_SET_UNSOLICITED_ENABLE, | 942 | AC_VERB_SET_UNSOLICITED_ENABLE, |
943 | AC_USRSP_EN | ALC880_HP_EVENT); | 943 | AC_USRSP_EN | ALC880_HP_EVENT); |
944 | spec->unsol_event = alc_sku_unsol_event; | 944 | spec->unsol_event = alc_sku_unsol_event; |
945 | spec->init_hook = alc_sku_automute; | ||
946 | } | 945 | } |
947 | 946 | ||
948 | /* | 947 | /* |