ASoC: nau8822: Lower debug print priority
authorFrancesco Dolcini <francesco.dolcini@toradex.com>
Wed, 31 Jul 2024 11:48:28 +0000 (13:48 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 31 Jul 2024 14:03:15 +0000 (15:03 +0100)
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 <francesco.dolcini@toradex.com>
Link: https://patch.msgid.link/20240731114828.61238-1-francesco@dolcini.it
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/nau8822.c

index e1cbaf8..fd4a96a 100644 (file)
@@ -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);