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: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Родитель
87b2bdf022
Коммит
3373f71683
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче