]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: wm8962: Move register initialisation to I2C probe()
authorMark Brown <broonie@linaro.org>
Thu, 17 Oct 2013 14:04:21 +0000 (15:04 +0100)
committerMark Brown <broonie@linaro.org>
Fri, 18 Oct 2013 10:33:55 +0000 (11:33 +0100)
commit78b78f5c019e5c68c88afad4b0d3070becde939e
tree9c08073aaa2d364b29d75be6f7cfed3c4b17235c
parentca50410b731c636b9750c02d5ae45be215056634
ASoC: wm8962: Move register initialisation to I2C probe()

This is more idiomatic and is required for robust operation since we must
ensure that the clocking configuration is valid as rapidly as possible.

Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/wm8962.c