Skip to content

Commit

Permalink
ASoC: wm8962: Update the clocking when setting system clock
Browse files Browse the repository at this point in the history
Make sure we update for any changes in cases where we reconfigure while
live (eg, for analogue bypass).

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Feb 17, 2012
1 parent 0e66821 commit 71de4d2
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 @@ -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;
}

Expand Down

0 comments on commit 71de4d2

Please sign in to comment.