aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorNaveen Manohar <naveen.m@intel.com>2017-12-08 09:30:18 +0530
committerMark Brown <broonie@kernel.org>2017-12-08 18:49:27 +0000
commit4362934a75ff2a399fd0bcd75937907115770020 (patch)
tree78ff5e3d2bb54b0e2c63ad96f14b9d4b6620c9e1 /sound
parentASoC: Intel: Skylake: Do not check dev_type for dmic link type (diff)
downloadlinux-dev-4362934a75ff2a399fd0bcd75937907115770020.tar.xz
linux-dev-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.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 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;
}