Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3373f716 authored by Vinod Koul's avatar Vinod Koul Committed by Mark Brown
Browse files

ASoC: Intel: Skylake: Modify the log level



dev_info is too noisy for tplg wiget loading, so move it to
debug level

Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 87b2bdf0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}