diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-07-02 13:19:58 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-07-03 15:10:51 -0400 |
commit | 081413f206876e9d3755e1673828c7742fd00184 (patch) | |
tree | 3d12e10d578ead36cf8f83eb8ef15e71f293c3c6 /sound/soc/codecs | |
parent | df79f55df3992fdd5dd206de6aa9af6a8ec1f86f (diff) |
ASoC: wm8962: Log AIF configuration requested by hw_params()
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/wm8962.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index 27da4d722edc..beb709bd56cd 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c | |||
@@ -2580,6 +2580,9 @@ static int wm8962_hw_params(struct snd_pcm_substream *substream, | |||
2580 | WM8962_SAMPLE_RATE_INT_MODE | | 2580 | WM8962_SAMPLE_RATE_INT_MODE | |
2581 | WM8962_SAMPLE_RATE_MASK, adctl3); | 2581 | WM8962_SAMPLE_RATE_MASK, adctl3); |
2582 | 2582 | ||
2583 | dev_dbg(codec->dev, "hw_params set BCLK %dHz LRCLK %dHz\n", | ||
2584 | wm8962->bclk, wm8962->lrclk); | ||
2585 | |||
2583 | if (codec->dapm.bias_level == SND_SOC_BIAS_ON) | 2586 | if (codec->dapm.bias_level == SND_SOC_BIAS_ON) |
2584 | wm8962_configure_bclk(codec); | 2587 | wm8962_configure_bclk(codec); |
2585 | 2588 | ||