Skip to content

Commit

Permalink
ASoC: wm8962: Log the selected SYSCLK ratio
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Feb 17, 2012
1 parent 1993502 commit eeba1f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit eeba1f8

Please sign in to comment.