]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ASoC: dapm - change stream event dbg to vdgb
authorLiam Girdwood <lrg@ti.com>
Mon, 25 Jul 2011 10:15:50 +0000 (11:15 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 25 Jul 2011 21:07:24 +0000 (22:07 +0100)
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>
sound/soc/soc-dapm.c

index 612a2a28979a10e5c4f24ebab1d6db030094ea95..c26531132c669eb5a1d4ef0f930ae64ca8f91ad5 100644 (file)
@@ -2584,7 +2584,7 @@ static void soc_dapm_stream_event(struct snd_soc_dapm_context *dapm,
        {
                if (!w->sname || w->dapm != dapm)
                        continue;
-               dev_dbg(w->dapm->dev, "widget %s\n %s stream %s event %d\n",
+               dev_vdbg(w->dapm->dev, "widget %s\n %s stream %s event %d\n",
                        w->name, w->sname, stream, event);
                if (strstr(w->sname, stream)) {
                        switch(event) {