commit | d8c3bb911f5afc32f7276c2e2e89eb58af4306ae | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Aug 23 18:10:42 2012 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sat Aug 25 13:50:21 2012 +0100 |
tree | 53d927bc75fc589c46835ac633761d3e09ffc661 | |
parent | bc72d26bdb23c908ad52ec2d321a137d27762f08 [diff] |
ASoC: dapm: Make sure we update the bias level for CODECs with no op 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>