summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/skylake/skl-topology.c
diff options
context:
space:
mode:
authorNaveen Manohar2017-12-08 05:00:18 +0100
committerMark Brown2017-12-08 19:49:27 +0100
commit4362934a75ff2a399fd0bcd75937907115770020 (patch)
tree78ff5e3d2bb54b0e2c63ad96f14b9d4b6620c9e1 /sound/soc/intel/skylake/skl-topology.c
parentASoC: Intel: Skylake: Do not check dev_type for dmic link type (diff)
downloadkernel-qcow2-linux-4362934a75ff2a399fd0bcd75937907115770020.tar.gz
kernel-qcow2-linux-4362934a75ff2a399fd0bcd75937907115770020.tar.xz
kernel-qcow2-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/soc/intel/skylake/skl-topology.c')
-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;
}