diff options
| author | Naveen Manohar <naveen.m@intel.com> | 2017-12-07 23:00:18 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2017-12-08 13:49:27 -0500 |
| commit | 4362934a75ff2a399fd0bcd75937907115770020 (patch) | |
| tree | 78ff5e3d2bb54b0e2c63ad96f14b9d4b6620c9e1 | |
| parent | e02b03303f13b6a571f01b4d84b69440696d2dde (diff) | |
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>
| -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, | |||
| 2908 | break; | 2908 | break; |
| 2909 | 2909 | ||
| 2910 | default: | 2910 | default: |
| 2911 | dev_warn(bus->dev, "Control load not supported %d:%d:%d\n", | 2911 | dev_dbg(bus->dev, "Control load not supported %d:%d:%d\n", |
| 2912 | hdr->ops.get, hdr->ops.put, hdr->ops.info); | 2912 | hdr->ops.get, hdr->ops.put, hdr->ops.info); |
| 2913 | break; | 2913 | break; |
| 2914 | } | 2914 | } |
