Skip to content

Commit 9da8aa3

Browse files
dolcinibroonie
authored andcommitted
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 <francesco.dolcini@toradex.com> Link: https://patch.msgid.link/20240731114828.61238-1-francesco@dolcini.it Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent af44175 commit 9da8aa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/nau8822.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ static int nau8822_set_pll(struct snd_soc_dai *dai, int pll_id, int source,
736736
return ret;
737737
}
738738

739-
dev_info(component->dev,
739+
dev_dbg(component->dev,
740740
"pll_int=%x pll_frac=%x mclk_scaler=%x pre_factor=%x\n",
741741
pll_param->pll_int, pll_param->pll_frac,
742742
pll_param->mclk_scaler, pll_param->pre_factor);

0 commit comments

Comments
 (0)