diff options
author | Naveen Manohar <naveen.m@intel.com> | 2017-12-08 09:30:18 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-12-08 18:49:27 +0000 |
commit | 4362934a75ff2a399fd0bcd75937907115770020 (patch) | |
tree | 78ff5e3d2bb54b0e2c63ad96f14b9d4b6620c9e1 /sound | |
parent | e02b03303f13b6a571f01b4d84b69440696d2dde (diff) | |
download | linux-4362934a75ff2a399fd0bcd75937907115770020.tar.gz linux-4362934a75ff2a399fd0bcd75937907115770020.tar.bz2 linux-4362934a75ff2a399fd0bcd75937907115770020.zip |
ASoC: Intel: Change kern log level to avoid unwanted messages
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>
Diffstat (limited to 'sound')
-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 a072bcf209d2..81923da18ac2 100644 --- 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; } |