[ALSA] hda-codec - Fix breakage of resume in auto-config of realtek codecs
authorTakashi Iwai <tiwai@suse.de>
Wed, 13 Feb 2008 16:19:35 +0000 (17:19 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:00:10 +0000 (12:00 +0200)
commitd260cdf65657382c4cde366a1c7d4ddce669a427
tree79203c51707b26aae05e9baedaf94c38bb1e4dee
parentc8cd1281171602033861d0888273e0512f9b165c
[ALSA] hda-codec - Fix breakage of resume in auto-config of realtek codecs

The last patch for fixing the auto-config pin setting breaks the resume
due to a wrong use of snd_hda_codec_amp_stereo().  The code in the init
hook shouldn't touch the amp cache.

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