ASoC: Fix bias power down of non-DAPM codec
authorJarkko Nikula <jhnikula@gmail.com>
Fri, 10 Dec 2010 18:53:55 +0000 (20:53 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 13 Dec 2010 16:47:48 +0000 (16:47 +0000)
commit862af8adbe6b9ccb7c00c13717b1f92465f79aa2
treef8a9077e5e14f0dbea156c0890c229821a2709e6
parenta0968628097380be52db8b4664da98fc425546a5
ASoC: Fix bias power down of non-DAPM codec

Currently bias of non-DAPM codec will be powered down (standby/off) whenever
there is a stream stop. This is wrong in simultaneous playback/capture since
the bias is put down immediately after stopping the first stream.

Fix this by using the codec->active count when figuring out the needed bias
level after stream stop.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-dapm.c