diff options
-rw-r--r-- | sound/soc/codecs/wm8962.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index a5b8a0963581..d285bc1556d2 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c | |||
@@ -2675,7 +2675,8 @@ static int wm8962_hw_params(struct snd_pcm_substream *substream, | |||
2675 | WM8962_SAMPLE_RATE_INT_MODE | | 2675 | WM8962_SAMPLE_RATE_INT_MODE | |
2676 | WM8962_SAMPLE_RATE_MASK, adctl3); | 2676 | WM8962_SAMPLE_RATE_MASK, adctl3); |
2677 | 2677 | ||
2678 | wm8962_configure_bclk(codec); | 2678 | if (codec->dapm.bias_level == SND_SOC_BIAS_ON) |
2679 | wm8962_configure_bclk(codec); | ||
2679 | 2680 | ||
2680 | return 0; | 2681 | return 0; |
2681 | } | 2682 | } |