mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ASoC: wm8962: Log the selected SYSCLK ratio
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
1993502d24
commit
eeba1f8b6a
1 changed files with 2 additions and 0 deletions
|
@ -2479,6 +2479,8 @@ static void wm8962_configure_bclk(struct snd_soc_codec *codec)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dev_dbg(codec->dev, "Selected sysclk ratio %d\n", sysclk_rates[i]);
|
||||||
|
|
||||||
snd_soc_update_bits(codec, WM8962_CLOCKING_4,
|
snd_soc_update_bits(codec, WM8962_CLOCKING_4,
|
||||||
WM8962_SYSCLK_RATE_MASK, clocking4);
|
WM8962_SYSCLK_RATE_MASK, clocking4);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue