ALSA: hda - Remove unnecessary caches for power states in patch_sigmatel.c
authorTakashi Iwai <tiwai@suse.de>
Mon, 1 Dec 2008 10:54:35 +0000 (11:54 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 1 Dec 2008 10:54:35 +0000 (11:54 +0100)
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>

No differences found