commit | 8c2f767bf3c4a7932898e657c6b12a2234cd2eca | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Dec 01 11:54:35 2008 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Dec 01 11:54:35 2008 +0100 |
tree | 1fcaa5474bb41fe68f98d2962745c1400f2a820f | |
parent | c9b46f9144b8dce6c12aec08f34a908aedd28b37 [diff] |
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 <tiwai@suse.de>