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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent af44175 commit 9da8aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)