Commit a8fdac83 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Also count neighbour checks for supplies



Missed when the stat was originally added.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 44fdd433
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -828,6 +828,8 @@ static int dapm_supply_check_power(struct snd_soc_dapm_widget *w)

	/* 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;