Commit 6ac340623c5d2a945030814d900701439772ff57

Authored by Mark Brown
1 parent 1622ee1822

ASoC: Add missing break in WM8915 FLL source selection

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

sound/soc/codecs/wm8915.c
... ... @@ -2038,6 +2038,7 @@
2038 2038 break;
2039 2039 case WM8915_FLL_MCLK2:
2040 2040 reg = 1;
  2041 + break;
2041 2042 case WM8915_FLL_DACLRCLK1:
2042 2043 reg = 2;
2043 2044 break;