From: Takashi Iwai Date: Mon, 1 Dec 2008 10:54:35 +0000 (+0100) Subject: ALSA: hda - Remove unnecessary caches for power states in patch_sigmatel.c X-Git-Tag: v2.6.29-rc1~590^2~6^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c2f767bf3c4a7932898e657c6b12a2234cd2eca;p=pandora-kernel.git ALSA: hda - Remove unnecessary caches for power states in patch_sigmatel.c The power-state changes in patch_sigmatel.c are accessed via *_cached() but they shouldn't be really cached. Fixed to the normal write. Also, stac92hd71xx_suspend and resume are no longer necessary as the power-state changes are handled properly in the common routine. Removed these hacks now. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed