]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hda - Fix resume of auto-config mode with Realtek codecs
authorTakashi Iwai <tiwai@suse.de>
Sun, 8 Jun 2008 07:26:09 +0000 (09:26 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 16 Jun 2008 20:19:49 +0000 (13:19 -0700)
commit605cdaa471b8304fef3f89b317d2696e5567fb8d
tree25b52d32d190a05f113258f50152781ae8dbbbd0
parent37067331d5902e42786f8456ca412512b19b8ac3
ALSA: hda - Fix resume of auto-config mode with Realtek codecs

upstream commit: 07bc76dfa19b10017b518dd9aa1b2719e8c863de

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>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
sound/pci/hda/patch_realtek.c