ASoC: Remove snd_soc_suspend_device()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 13 Oct 2009 16:39:56 +0000 (17:39 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 15 Oct 2009 14:01:43 +0000 (15:01 +0100)
commitd2058b0cd039aad89b111d83b9c347e9d8f57a84
tree6bd622cf1ba7518a2e01cab18302b8bdea8b727c
parented9d040d40942e9c48167f9f37f86fab8e0e5e17
ASoC: Remove snd_soc_suspend_device()

The PM core will grow pm_link infrastructure in 2.6.33 which can be
used to implement the intended functionality of the ASoC-specific
device suspend and resume callbacks so drop them.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
18 files changed:
include/sound/soc.h
sound/soc/codecs/cs4270.c
sound/soc/codecs/wm8350.c
sound/soc/codecs/wm8400.c
sound/soc/codecs/wm8523.c
sound/soc/codecs/wm8580.c
sound/soc/codecs/wm8711.c
sound/soc/codecs/wm8731.c
sound/soc/codecs/wm8753.c
sound/soc/codecs/wm8776.c
sound/soc/codecs/wm8900.c
sound/soc/codecs/wm8903.c
sound/soc/codecs/wm8940.c
sound/soc/codecs/wm8960.c
sound/soc/codecs/wm8961.c
sound/soc/codecs/wm8988.c
sound/soc/codecs/wm9081.c
sound/soc/soc-core.c