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

This change removes the old, deprecated interface from the maestro 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.

The check_suspend() function and associated logic was not removed, even though
it is now unnecessary.

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

Acked-by: Zach Brown <zab@zabbo.net>
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/maestro.c