[PATCH] oss: remove deprecated PM interface from cs46xx driver
authorPatrick Mochel <mochel@digitalimplant.org>
Fri, 6 Jan 2006 08:15:17 +0000 (00:15 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:41 +0000 (08:33 -0800)
commit94661e7c33e6e3001be07d76d3a87eaa41dad3df
tree830e59bcc2ea6fee5bbef89af2858c387dc25ebe
parentee77e2754247d011a11f572788040cda2493c998
[PATCH] oss: remove deprecated PM interface from cs46xx driver

This change removes the old, deprecated interface from the cs46xx driver,
including the pm_{,un}register() calls, the local storage of the pmdev object
and the reference to the old header files.  This change is done to assist in
eradicating the users of the legacy interface so as to help facilitate the
removal of the interface itself.

Note this driver has PCI PM hooks which are set properly.  It also has the
ability to trigger suspend/resume from an ioctl.  This functionality was not
touched, though it could use a serious review if this driver continues to
persist in the mainline tree..

Note that this driver has been obsoleted by an ALSA equivalent.

Signed-off-by: Patrick Mochel <mochel@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
sound/oss/cs46xx.c
sound/oss/cs46xxpm-24.h