]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda - Restore default pin configs for realtek codecs
authorTakashi Iwai <tiwai@suse.de>
Mon, 27 Oct 2008 15:56:24 +0000 (16:56 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 13 Dec 2008 23:29:27 +0000 (15:29 -0800)
commit730e94ec78ec5a278a6a61d1df531f17545a0f70
tree379a5a6bb5faa569a3b2ed73a81aba20e8c58a8e
parentab76143d7746113d74cab836abb62bb08760ed72
ALSA: hda - Restore default pin configs for realtek codecs

commit e044c39ae258678d6ebb09fccb2a0fdf7ec51847 upstream

Some machines have broken BIOS resume that doesn't restore the default
pin configuration properly, which results in a wrong detection of HP
pin.  This causes a silent speaker output due to missing HP detection.
Related bug: Novell bug#406101
https://bugzilla.novell.com/show_bug.cgi?id=406101

This patch fixes the issue by saving/restoring the default pin configs
by the driver itself.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/hda/patch_realtek.c