Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 280ec8b7 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Add missing break in WM8994 probe



This error would have no effect on current silicon revisions, the fall
through case has the same behaviour.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarLiam Girdwood <lrg@ti.com>
parent 511d8cf0
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2981,6 +2981,7 @@ static int wm8994_codec_probe(struct snd_soc_codec *codec)
			wm8994->hubs.dcs_readback_mode = 1;
			wm8994->hubs.dcs_readback_mode = 1;
			break;
			break;
		}
		}
		break;


	case WM8958:
	case WM8958:
		wm8994->hubs.dcs_readback_mode = 1;
		wm8994->hubs.dcs_readback_mode = 1;