Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1993502d authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: wm8962: Only configure BCLK in hw_params when audio is active



Otherwise we might not have a sensible clocking setup ready.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 71de4d27
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2675,6 +2675,7 @@ static int wm8962_hw_params(struct snd_pcm_substream *substream,
			    WM8962_SAMPLE_RATE_INT_MODE |
			    WM8962_SAMPLE_RATE_MASK, adctl3);

	if (codec->dapm.bias_level == SND_SOC_BIAS_ON)
		wm8962_configure_bclk(codec);

	return 0;