From: Jarkko Nikula Date: Fri, 10 Dec 2010 18:53:55 +0000 (+0200) Subject: ASoC: Fix bias power down of non-DAPM codec X-Git-Tag: v2.6.37-rc7~23^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=862af8adbe6b9ccb7c00c13717b1f92465f79aa2;p=pandora-kernel.git 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 Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed