mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
ASoC: wm8994: Add missing break in resume
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
5472bbc96f
commit
6f8270cc9a
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue