10 Aug
2011
10 Aug
'11
3:20 p.m.
This error would have no effect on current silicon revisions, the fall through case has the same behaviour.
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com --- sound/soc/codecs/wm8994.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 1a9ef7f..e1fb844 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -3042,6 +3042,7 @@ static int wm8994_codec_probe(struct snd_soc_codec *codec) wm8994->hubs.dcs_readback_mode = 2; break; } + break;
case WM8958: wm8994->hubs.dcs_readback_mode = 1;
--
1.7.5.4