Commit eeba1f8b authored by Mark Brown's avatar Mark Brown

ASoC: wm8962: Log the selected SYSCLK ratio

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 1993502d
......@@ -2479,6 +2479,8 @@ static void wm8962_configure_bclk(struct snd_soc_codec *codec)
return;
}
dev_dbg(codec->dev, "Selected sysclk ratio %d\n", sysclk_rates[i]);
snd_soc_update_bits(codec, WM8962_CLOCKING_4,
WM8962_SYSCLK_RATE_MASK, clocking4);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment