diff options
author | Liam Girdwood <lrg@ti.com> | 2011-07-25 06:15:50 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-25 17:07:24 -0400 |
commit | ee47b364860bb21580cc105e6bb6e0dd76b75ad2 (patch) | |
tree | 72f1a6caa02759199721703d8bd8860da08e804f /sound/soc/soc-dapm.c | |
parent | 64a648c2204b0c750fe49828158751183d8b5f83 (diff) |
ASoC: dapm - change stream event dbg to vdgb
Stream event debug can be noisy on larger audio devices so improve the
debug SNR by changing it to the verbose level.
Signed-off-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/soc-dapm.c')
-rw-r--r-- | sound/soc/soc-dapm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 612a2a28979a..c26531132c66 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c | |||
@@ -2584,7 +2584,7 @@ static void soc_dapm_stream_event(struct snd_soc_dapm_context *dapm, | |||
2584 | { | 2584 | { |
2585 | if (!w->sname || w->dapm != dapm) | 2585 | if (!w->sname || w->dapm != dapm) |
2586 | continue; | 2586 | continue; |
2587 | dev_dbg(w->dapm->dev, "widget %s\n %s stream %s event %d\n", | 2587 | dev_vdbg(w->dapm->dev, "widget %s\n %s stream %s event %d\n", |
2588 | w->name, w->sname, stream, event); | 2588 | w->name, w->sname, stream, event); |
2589 | if (strstr(w->sname, stream)) { | 2589 | if (strstr(w->sname, stream)) { |
2590 | switch(event) { | 2590 | switch(event) { |