summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/skylake/skl-topology.c
diff options
context:
space:
mode:
authorVinod Koul2015-10-07 17:39:38 +0200
committerMark Brown2015-10-08 10:46:22 +0200
commit3373f716830f36c0042f5845201caf1d9290f95b (patch)
treeee310f07c7edc35253dfe2051e94c0bfee0392ed /sound/soc/intel/skylake/skl-topology.c
parentASoC: Intel: Skylake: Initialize NHLT table (diff)
downloadkernel-qcow2-linux-3373f716830f36c0042f5845201caf1d9290f95b.tar.gz
kernel-qcow2-linux-3373f716830f36c0042f5845201caf1d9290f95b.tar.xz
kernel-qcow2-linux-3373f716830f36c0042f5845201caf1d9290f95b.zip
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>
Diffstat (limited to 'sound/soc/intel/skylake/skl-topology.c')
-rw-r--r--sound/soc/intel/skylake/skl-topology.c2
1 files changed, 1 insertions, 1 deletions
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;
}