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:
511d8cf
)
ASoC: Add missing break in WM8994 probe
author
Mark Brown
<
[email protected]
>
Wed, 10 Aug 2011 13:19:19 +0000
(22:19 +0900)
committer
Mark Brown
<
[email protected]
>
Thu, 11 Aug 2011 01:43:20 +0000
(10:43 +0900)
This error would have no effect on current silicon revisions, the fall
through case has the same behaviour.
Signed-off-by: Mark Brown <
[email protected]
>
Acked-by: Liam Girdwood <
[email protected]
>
sound/soc/codecs/wm8994.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8994.c
b/sound/soc/codecs/wm8994.c
index 09e680ae88b244003fd6c63f1a7300e3b92bdfd3..b393f9fac97a5e75a8bc1b44cb3c6f898482cad3 100644
(file)
--- a/
sound/soc/codecs/wm8994.c
+++ b/
sound/soc/codecs/wm8994.c
@@
-2981,6
+2981,7
@@
static int wm8994_codec_probe(struct snd_soc_codec *codec)
wm8994->hubs.dcs_readback_mode = 1;
break;
}
+ break;
case WM8958:
wm8994->hubs.dcs_readback_mode = 1;