mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +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;
|
||||
}
|
||||
|
||||
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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue