commit | a8fdac83a3703c7f35d4efe37a14e38aa256919b | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Sep 28 18:20:26 2011 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Sep 28 19:42:12 2011 +0100 |
tree | 5819e6bd44fdb2e8bc1c5b301486ef2147a857bf | |
parent | 44fdd4338749739692715f24907c450f6f410da3 [diff] [blame] |
ASoC: Also count neighbour checks for supplies Missed when the stat was originally added. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 2bde6b0..c277228 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c
@@ -828,6 +828,8 @@ /* Check if one of our outputs is connected */ list_for_each_entry(path, &w->sinks, list_source) { + DAPM_UPDATE_STAT(w, neighbour_checks); + if (path->weak) continue;