![](https://secure.gravatar.com/avatar/30ed4de3411c6b77307f1494d4a8a98c.jpg?s=120&d=mm&r=g)
7 Dec
2017
7 Dec
'17
6:02 p.m.
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
diff --git a/sound/soc/intel/skylake/skl-topology.c b/sound/soc/intel/skylake/skl-topology.c index a072bcf..81923da 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; }
--
1.9.1