You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ASoC: wm8994: Add missing break in resume
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user