All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: wm8524: Don't use dev_err to show supported sample rate
@ 2017-08-02  8:13 Axel Lin
  2017-08-02  8:18 ` Mihai Serban
  2017-08-02 17:30 ` Applied "ASoC: wm8524: Don't use dev_err to show supported sample rate" to the asoc tree Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2017-08-02  8:13 UTC (permalink / raw)
  To: Mark Brown
  Cc: Mihai Serban, Shengjiu Wang, Axel Lin, Liam Girdwood, alsa-devel

Switch to use dev_dbg instead.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 sound/soc/codecs/wm8524.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/wm8524.c b/sound/soc/codecs/wm8524.c
index e22b76d..b66147e 100644
--- a/sound/soc/codecs/wm8524.c
+++ b/sound/soc/codecs/wm8524.c
@@ -118,7 +118,7 @@ static int wm8524_set_dai_sysclk(struct snd_soc_dai *codec_dai,
 		case 96000:
 		case 176400:
 		case 192000:
-			dev_err(codec->dev, "Supported sample rate: %dHz\n",
+			dev_dbg(codec->dev, "Supported sample rate: %dHz\n",
 				val);
 			wm8524->rate_constraint_list[j++] = val;
 			wm8524->rate_constraint.count++;
-- 
2.9.3

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

end of thread, other threads:[~2017-08-02 17:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-02  8:13 [PATCH] ASoC: wm8524: Don't use dev_err to show supported sample rate Axel Lin
2017-08-02  8:18 ` Mihai Serban
2017-08-02 17:30 ` Applied "ASoC: wm8524: Don't use dev_err to show supported sample rate" to the asoc tree Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.