ASoC: wm8960: Move register initialisation to I2C driver probe()
authorZidan Wang <b50113@freescale.com>
Thu, 27 Nov 2014 08:53:08 +0000 (16:53 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 27 Nov 2014 10:35:02 +0000 (10:35 +0000)
commit3ad5e861a715cbe932cd145d4612c11e5912a72f
tree8b3cfeee58ce932668c9dbeb64cb051a1ac80b21
parent0a87a6e1c09c3b93d91bf65809e79cf6cf358785
ASoC: wm8960: Move register initialisation to I2C driver probe()

We must ensure that the clocking configuration is valid as rapidly as possible.
And do software reset before the others registers updates, or the registers
will be reset to the default state.

Signed-off-by: Zidan Wang <b50113@freescale.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8960.c
This page took 0.024727 seconds and 5 git commands to generate.