[alsa-devel] [PATCH] ASoC: Intel: Skylake: Modify the log level
Vinod Koul
vinod.koul at intel.com
Wed Oct 7 17:39:38 CEST 2015
dev_info is too noisy for tplg wiget loading, so move it to
debug level
Signed-off-by: Vinod Koul <vinod.koul at intel.com>
---
sound/soc/intel/skylake/skl-topology.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/intel/skylake/skl-topology.c b/sound/soc/intel/skylake/skl-topology.c
index b1bffa52cbcd..a5d8420ce69a 100644
--- a/sound/soc/intel/skylake/skl-topology.c
+++ b/sound/soc/intel/skylake/skl-topology.c
@@ -1178,7 +1178,7 @@ static int skl_tplg_widget_load(struct snd_soc_component *cmpnt,
bind_event:
if (tplg_w->event_type == 0) {
- dev_info(bus->dev, "ASoC: No event handler required\n");
+ dev_dbg(bus->dev, "ASoC: No event handler required\n");
return 0;
}
--
2.4.3
More information about the Alsa-devel
mailing list