]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] oss: remove deprecated PM interface from cs4281 driver
authorPatrick Mochel <mochel@digitalimplant.org>
Fri, 6 Jan 2006 08:15:14 +0000 (00:15 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:41 +0000 (08:33 -0800)
commit957006726f7d36a774c795988f5306e39c281a5b
tree2f8e3f702f92a85cf0460420d51a419f7a093a7a
parent817d5650052b57846f3dd2a4a5e48ac244499d94
[PATCH] oss: remove deprecated PM interface from cs4281 driver

This change removes the old, deprecated interface from the cs4281 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 that this driver has been obsoleted by an ALSA equivalent.

Note that this driver has hooks for PCI power management, but does not
implement the ->suspend()/->resume() methods.

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/cs4281/cs4281m.c
sound/oss/cs4281/cs4281pm-24.c