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>
This commit is contained in:
parent
64a648c220
commit
ee47b36486
|
@ -2584,7 +2584,7 @@ static void soc_dapm_stream_event(struct snd_soc_dapm_context *dapm,
|
||||||
{
|
{
|
||||||
if (!w->sname || w->dapm != dapm)
|
if (!w->sname || w->dapm != dapm)
|
||||||
continue;
|
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);
|
w->name, w->sname, stream, event);
|
||||||
if (strstr(w->sname, stream)) {
|
if (strstr(w->sname, stream)) {
|
||||||
switch(event) {
|
switch(event) {
|
||||||
|
|
Loading…
Reference in New Issue