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)
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>

No differences found