ASoC: Fix tlv320aic3x GPIO initialization
authorJarkko Nikula <jhnikula@gmail.com>
Mon, 23 Aug 2010 07:38:40 +0000 (10:38 +0300)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Mon, 23 Aug 2010 11:03:09 +0000 (12:03 +0100)
aic3x_init does a soft reset first and thus TLV320AIC3x GPIO setup must be
done after doing the basic init. Before multi-component the init was done
at i2c probe time and GPIO setup at soc probe time.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>

No differences found