diff options
Diffstat (limited to 'sound/soc/codecs/wm8994.c')
-rw-r--r-- | sound/soc/codecs/wm8994.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 96e1379f4fad..328f32831946 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c | |||
@@ -759,6 +759,9 @@ static int late_enable_ev(struct snd_soc_dapm_widget *w, | |||
759 | break; | 759 | break; |
760 | } | 760 | } |
761 | 761 | ||
762 | /* We may also have postponed startup of DSP, handle that. */ | ||
763 | wm8958_aif_ev(w, kcontrol, event); | ||
764 | |||
762 | return 0; | 765 | return 0; |
763 | } | 766 | } |
764 | 767 | ||