commit | b61d6d40323997d9da3b95ecce2570f0b782a07f | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Sep 10 12:53:12 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Sep 11 08:16:11 2012 +0800 |
tree | 35fc6ede45be3e75877962abcb8391d094da2943 | |
parent | 19ace0e97a605042c481c2ea3f7aeb59c0eb54ed [diff] |
ASoC: cs4270: Move regulator acquisition to I2C probe() This is better style since it has us obtaining all resources before we try the ASoC probe. This change also fixes a potential issue where we don't enable the regulators before trying to confirm the device ID which could cause a failure during probe in some system configurations. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Timur Tabi <timur@freescale.com>