git.codelabs.ch
/
muen
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e02b033
)
ASoC: Intel: Change kern log level to avoid unwanted messages
author
Naveen Manohar
<naveen.m@intel.com>
Fri, 8 Dec 2017 04:00:18 +0000
(09:30 +0530)
committer
Mark Brown
<broonie@kernel.org>
Fri, 8 Dec 2017 18:49:27 +0000
(18:49 +0000)
patch suppresses the warning message "control load not supported"
as this is a debug information to help debug issues in topology.
Signed-off-by: Naveen Manohar <naveen.m@intel.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-topology.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/skylake/skl-topology.c
b/sound/soc/intel/skylake/skl-topology.c
index a072bcf209d2aa4c9c72503466e027e6867cd9bb..81923da18ac2259ad159b8c0282242cc7c94c53c 100644
(file)
--- a/
sound/soc/intel/skylake/skl-topology.c
+++ b/
sound/soc/intel/skylake/skl-topology.c
@@
-2908,7
+2908,7
@@
static int skl_tplg_control_load(struct snd_soc_component *cmpnt,
break;
default:
- dev_
warn
(bus->dev, "Control load not supported %d:%d:%d\n",
+ dev_
dbg
(bus->dev, "Control load not supported %d:%d:%d\n",
hdr->ops.get, hdr->ops.put, hdr->ops.info);
break;
}