Commit 6f8270cc authored by Mark Brown's avatar Mark Brown

ASoC: wm8994: Add missing break in resume

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 5472bbc9
......@@ -2819,6 +2819,7 @@ static int wm8994_codec_resume(struct snd_soc_codec *codec)
WM1811_JACKDET_MODE_JACK);
break;
}
break;
case WM8958:
if (wm8994->jack_cb)
snd_soc_update_bits(codec, WM8958_MIC_DETECT_1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment