Skip to content

Commit

Permalink
ASoC: Add missing break in WM8915 FLL source selection
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
  • Loading branch information
Mark Brown committed Jun 6, 2011
1 parent 1622ee1 commit 6ac3406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/wm8915.c
Original file line number Diff line number Diff line change
Expand Up @@ -2038,6 +2038,7 @@ static int wm8915_set_fll(struct snd_soc_codec *codec, int fll_id, int source,
break;
case WM8915_FLL_MCLK2:
reg = 1;
break;
case WM8915_FLL_DACLRCLK1:
reg = 2;
break;
Expand Down

0 comments on commit 6ac3406

Please sign in to comment.