commit | b3111a9aa8823e360f20e3ed9fb106d757b89704 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Feb 25 12:25:18 2011 +0000 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Feb 25 12:58:36 2011 +0000 |
tree | 67b7cf510a67d56df7a118501cf39e8e2dc0546f | |
parent | 9b34e6cc3bc2bf826c078c93c81b46f6c08da25f [diff] |
ASoC: Move WM2000 to dev_pm_ops 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>