[alsa-devel] Applied "ASoC: wm8524: Don't use dev_err to show supported sample rate" to the asoc tree
Mark Brown
broonie at kernel.org
Wed Aug 2 19:30:26 CEST 2017
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 at 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 at ingics.com>
Acked-by: Mihai Serban <mihai.serban at nxp.com>
Signed-off-by: Mark Brown <broonie at 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
More information about the Alsa-devel
mailing list