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

Commit 71de4d27 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: wm8962: Update the clocking when setting system clock



Make sure we update for any changes in cases where we reconfigure while
live (eg, for analogue bypass).

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 0e66821f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2705,6 +2705,8 @@ static int wm8962_set_dai_sysclk(struct snd_soc_dai *dai, int clk_id,

	wm8962->sysclk_rate = freq;

	wm8962_configure_bclk(codec);

	return 0;
}