ASoC: Move WM2000 to dev_pm_ops
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 25 Feb 2011 12:25:18 +0000 (12:25 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 25 Feb 2011 12:58:36 +0000 (12:58 +0000)
There's a general move to use dev_pm_ops rather than bus specific functions
in order to facilitate work on the PM core. Do this conversion to WM2000.
The driver ought to be updated to work better in a multi-component model
but the mechanical conversion ensures that we avoid blocking PM core work
until that happens.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
sound/soc/codecs/wm2000.c

Simple merge