diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-21 13:19:14 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-22 12:24:40 -0400 |
commit | e56235e099d7290a2331b984a79f75bbe0865fe8 (patch) | |
tree | 7fdd1e4603b12a56502242f32e02c1d97fe23231 /include/sound | |
parent | 7aefb086c15fc44066e705e479d012d46476d8c5 (diff) |
ASoC: Add another DAPM stat for neighbour checks
The number of times we look at a potentially connected neighbour is just
as important as the number of times we actually recurse into looking at
that neighbour so also collect that statistic.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc-dapm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index 0e2d01713cb6..bb5953219d0b 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h | |||
@@ -540,6 +540,7 @@ struct snd_soc_dapm_widget_list { | |||
540 | struct snd_soc_dapm_stats { | 540 | struct snd_soc_dapm_stats { |
541 | int power_checks; | 541 | int power_checks; |
542 | int path_checks; | 542 | int path_checks; |
543 | int neighbour_checks; | ||
543 | }; | 544 | }; |
544 | 545 | ||
545 | #endif | 546 | #endif |