mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-13 16:14:26 +08: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
@ -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 New Issue
Block a user