[alsa-devel] [PATCH] 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 --- 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 120df5b..3956670 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c @@ -2710,7 +2710,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) {
On Mon, Jul 25, 2011 at 11:15:50AM +0100, Liam Girdwood wrote:
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
Applied, thanks.
participants (2)
-
Liam Girdwood
-
Mark Brown