]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
ASoC: core: Set dapm->idle_bias_off for DAIs not mapped with a codec
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Tue, 7 Aug 2012 07:24:13 +0000 (10:24 +0300)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 7 Aug 2012 14:09:58 +0000 (15:09 +0100)
commit5f800080ca6840326b3048202fb63fc4a71a4c49
tree75bd9ee0d98d57e4b0f61193d1e3077215b95fe9
parent209ffe19ff98f5c0133bd98a689fc4fb42202de3
ASoC: core: Set dapm->idle_bias_off for DAIs not mapped with a codec

The idle_bias_off flag is not configured for DAIs not mapped with a codec.
This causes the pm counter to be increased at probe time for the CPU dai
which unbalances the pm counter handling.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-core.c