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

* Re: [PATCH] ASoC: wm8524: Don't use dev_err to show supported sample rate
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Mihai Serban @ 2017-08-02  8:18 UTC (permalink / raw)
  To: axel.lin, broonie; +Cc: S.j. Wang, lgirdwood, alsa-devel

On Mi, 2017-08-02 at 16:13 +0800, Axel Lin wrote:
> Switch to use dev_dbg instead.
> 
> Signed-off-by: Axel Lin <axel.lin@ingics.com>

Acked-by: Mihai Serban <mihai.serban@nxp.com>

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

* Applied "ASoC: wm8524: Don't use dev_err to show supported sample rate" to the asoc tree
  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 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2017-08-02 17:30 UTC (permalink / raw)
  To: Axel Lin
  Cc: Mihai Serban, Shengjiu Wang, Mark Brown, Liam Girdwood, alsa-devel

The patch

   ASoC: wm8524: Don't use dev_err to show supported sample rate

has been applied to the asoc tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From 80bfd0431f7dc133f4edbc0b864f800c4ed7a3f4 Mon Sep 17 00:00:00 2001
From: Axel Lin <axel.lin@ingics.com>
Date: Wed, 2 Aug 2017 16:13:46 +0800
Subject: [PATCH] ASoC: wm8524: Don't use dev_err to show supported sample rate

Switch to use dev_dbg instead.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Mihai Serban <mihai.serban@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 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 e22b76d64e32..b66147e0631b 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.13.2

^ 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.