Skip to content

Commit 80bfd04

Browse files
AxelLinbroonie
authored andcommitted
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>
1 parent bf11ecb commit 80bfd04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/wm8524.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ static int wm8524_set_dai_sysclk(struct snd_soc_dai *codec_dai,
118118
case 96000:
119119
case 176400:
120120
case 192000:
121-
dev_err(codec->dev, "Supported sample rate: %dHz\n",
121+
dev_dbg(codec->dev, "Supported sample rate: %dHz\n",
122122
val);
123123
wm8524->rate_constraint_list[j++] = val;
124124
wm8524->rate_constraint.count++;

0 commit comments

Comments
 (0)