projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1622ee1
)
ASoC: Add missing break in WM8915 FLL source selection
author
Mark Brown
<
[email protected]
>
Fri, 3 Jun 2011 17:20:50 +0000
(18:20 +0100)
committer
Mark Brown
<
[email protected]
>
Mon, 6 Jun 2011 11:46:52 +0000
(12:46 +0100)
Signed-off-by: Mark Brown <
[email protected]
>
Acked-by: Liam Girdwood <
[email protected]
>
sound/soc/codecs/wm8915.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8915.c
b/sound/soc/codecs/wm8915.c
index 28fbf072b9c0209fef4dc4c7554e0b5d02b01990..e2ab4fac28199130a69ce3421ffb722de75b3c97 100644
(file)
--- 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;