ASoC: Intel: Skylake: Modify the log level
authorVinod Koul <vinod.koul@intel.com>
Wed, 7 Oct 2015 15:39:38 +0000 (16:39 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 8 Oct 2015 08:46:22 +0000 (09:46 +0100)
dev_info is too noisy for tplg wiget loading, so move it to
debug level

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-topology.c

index b1bffa52cbcd341a3ea34add6de0a8bca5ced1b0..a5d8420ce69a484eec9df5ca79f287a1e28e336e 100644 (file)
@@ -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;
        }
 
This page took 0.025156 seconds and 5 git commands to generate.