From: Francesco Dolcini Date: Wed, 31 Jul 2024 11:48:28 +0000 (+0200) Subject: ASoC: nau8822: Lower debug print priority X-Git-Tag: v6.11-rc3~23^2^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9da8aa3b3ca05b22be5ba312771e6df4366e56cc;p=thirdparty%2Fkernel%2Flinux.git ASoC: nau8822: Lower debug print priority NAU8822 codec PLL parameters are not an information that the general user should care about, this print is supposed to be used for debugging, adjust the debug print priority accordingly. Signed-off-by: Francesco Dolcini Link: https://patch.msgid.link/20240731114828.61238-1-francesco@dolcini.it Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/nau8822.c b/sound/soc/codecs/nau8822.c index e1cbaf8a944d8..fd4a96a12060e 100644 --- a/sound/soc/codecs/nau8822.c +++ b/sound/soc/codecs/nau8822.c @@ -736,7 +736,7 @@ static int nau8822_set_pll(struct snd_soc_dai *dai, int pll_id, int source, return ret; } - dev_info(component->dev, + dev_dbg(component->dev, "pll_int=%x pll_frac=%x mclk_scaler=%x pre_factor=%x\n", pll_param->pll_int, pll_param->pll_frac, pll_param->mclk_scaler, pll_param->pre_factor);