]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: SSM2602: Do not power the codec up in probe
authorLars-Peter Clausen <lars@metafoo.de>
Sun, 8 May 2011 16:24:42 +0000 (09:24 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 8 May 2011 23:44:54 +0000 (01:44 +0200)
commite3a6e20f0f43ebca1101c618b3f89ac7ad090ac6
treec141bbd6bb9ffbbd3998303f8480e1e227c4b33d
parent0b71353469751a8f08b81fc498e0d040fd294cca
ASoC: SSM2602: Do not power the codec up in probe

It is not required to have the codec powered at this stage and DAPM will power
the ADC and DAC down again after probe has run anyway.
Thus we avoid some unnecessary writes by this change.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/ssm2602.c