ASoC: dapm: Make sure we update the bias level for CODECs with no op
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 23 Aug 2012 17:10:42 +0000 (18:10 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 25 Aug 2012 12:50:21 +0000 (13:50 +0100)
Commit 412312 (ASoC: dapm: Make sure all dapm contexts are updated)
ensures that we update non-CODEC DAPM contexts but means that if a
CODEC has no set_bias_level() operation it'll not be updated. Fix
that.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found