diff options
author | Vinod Koul <vinod.koul@intel.com> | 2015-10-07 11:39:38 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-10-08 04:46:22 -0400 |
commit | 3373f716830f36c0042f5845201caf1d9290f95b (patch) | |
tree | ee310f07c7edc35253dfe2051e94c0bfee0392ed | |
parent | 87b2bdf02278e5623cc66e5189792fde01f829a3 (diff) |
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>
-rw-r--r-- | sound/soc/intel/skylake/skl-topology.c | 2 |
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, | |||
1178 | 1178 | ||
1179 | bind_event: | 1179 | bind_event: |
1180 | if (tplg_w->event_type == 0) { | 1180 | if (tplg_w->event_type == 0) { |
1181 | dev_info(bus->dev, "ASoC: No event handler required\n"); | 1181 | dev_dbg(bus->dev, "ASoC: No event handler required\n"); |
1182 | return 0; | 1182 | return 0; |
1183 | } | 1183 | } |
1184 | 1184 | ||