]> git.baikalelectronics.ru Git - kernel.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)
commit336f4fd794343c6c62c7b006e7f606178f9def16
tree9c08073aaa2d364b29d75be6f7cfed3c4b17235c
parent8468515dc46d9f88b351fc375b051dbae8b8845d
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