summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown2011-06-03 19:20:50 +0200
committerMark Brown2011-06-06 13:46:52 +0200
commit6ac340623c5d2a945030814d900701439772ff57 (patch)
treea814d8b35b3e85a61b5f0545dd8eb255171fcf2b /sound
parentASoC: Only update SYSCLK_ENA when pausing WM8915 SYSCLK (diff)
downloadkernel-qcow2-linux-6ac340623c5d2a945030814d900701439772ff57.tar.gz
kernel-qcow2-linux-6ac340623c5d2a945030814d900701439772ff57.tar.xz
kernel-qcow2-linux-6ac340623c5d2a945030814d900701439772ff57.zip
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>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm8915.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8915.c b/sound/soc/codecs/wm8915.c
index 28fbf072b9c0..e2ab4fac2819 100644
--- a/sound/soc/codecs/wm8915.c
+++ b/sound/soc/codecs/wm8915.c
@@ -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;