public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: Change kern log level to avoid unwanted messages
@ 2017-12-07 17:02 Naveen Manohar
  2017-12-08  3:00 ` Vinod Koul
  2017-12-08 18:50 ` Applied "ASoC: Intel: Change kern log level to avoid unwanted messages" to the asoc tree Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Naveen Manohar @ 2017-12-07 17:02 UTC (permalink / raw)
  To: alsa-devel
  Cc: vinod.koul, liam.r.girdwood, tiwai, broonie, naveen.m,
	harshapriya.n, pierre-louis.bossart

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-08 18:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-07 17:02 [PATCH] ASoC: Change kern log level to avoid unwanted messages Naveen Manohar
2017-12-08  3:00 ` Vinod Koul
2017-12-08 18:50 ` Applied "ASoC: Intel: Change kern log level to avoid unwanted messages" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox