ASoC: Don't mark the outputs of supplies as dirty on state changes
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 4 Oct 2011 21:43:31 +0000 (22:43 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 5 Oct 2011 10:22:30 +0000 (11:22 +0100)
commitf3bf3e456a8be9b359a8f4ff458ae1be4fc4c516
treed1800baf16a3fb020f19ab2fb34aeb3aa19901da
parent9b8a83b205bd07b06784028effd94515fe9278c3
ASoC: Don't mark the outputs of supplies as dirty on state changes

The whole point of supply widgets is that they aren't inputs to their
sinks so a state change in a supply should never affect the state of the
widget being supplied and we don't need to mark them as dirty.

           Power    Path   Neighbour
Before:    69       727    905
After:     63       607    731

This is particularly useful where supplies affect large portions of the
chip (eg, a bandgap supplying the analogue sections).

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-dapm.c