projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87b2bdf
)
ASoC: Intel: Skylake: Modify the log level
author
Vinod Koul
<vinod.koul@intel.com>
Wed, 7 Oct 2015 15:39:38 +0000
(16:39 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/skylake/skl-topology.c
b/sound/soc/intel/skylake/skl-topology.c
index b1bffa52cbcd341a3ea34add6de0a8bca5ced1b0..a5d8420ce69a484eec9df5ca79f287a1e28e336e 100644
(file)
--- 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;
}