From 2f434f8f1fad717ab07d3e0790b7e2f63d290709 Mon Sep 17 00:00:00 2001 From: Xing Zheng Date: Thu, 11 Sep 2025 12:14:25 +0800 Subject: [PATCH] ASoC: codecs: rk730: Reduce the log output level to debug Change-Id: Idc8e09773100b9c1265ed4befd98b163fc854c3c Signed-off-by: Xing Zheng --- sound/soc/codecs/rk730.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/rk730.c b/sound/soc/codecs/rk730.c index a1423bd196b9..0cc0b517e628 100644 --- a/sound/soc/codecs/rk730.c +++ b/sound/soc/codecs/rk730.c @@ -777,7 +777,7 @@ static int rk730_dai_hw_params(struct snd_pcm_substream *substream, params_rate(params)); return -EINVAL; } - dev_info(component->dev, "%s: Lookup mclk:%d for rate:%d\n", + dev_dbg(component->dev, "%s: Lookup mclk:%d for rate:%d\n", __func__, rk730->sysclk, params_rate(params)); if (clk_set_rate(rk730->mclk, rk730->sysclk) < 0) { @@ -798,7 +798,7 @@ static int rk730_dai_hw_params(struct snd_pcm_substream *substream, params_rate(params), rk730->sysclk); return coeff; } - dev_info(component->dev, "%s:index %d mclk=%d rate=%d\n", + dev_dbg(component->dev, "%s:index %d mclk=%d rate=%d\n", __func__, coeff, coeff_div[coeff].mclk, coeff_div[coeff].rate); if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {