diff options
Diffstat (limited to 'sound/soc/soc-dapm.c')
-rw-r--r-- | sound/soc/soc-dapm.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 7e15914b3633..612a2a28979a 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c | |||
@@ -2604,6 +2604,10 @@ static void soc_dapm_stream_event(struct snd_soc_dapm_context *dapm, | |||
2604 | } | 2604 | } |
2605 | 2605 | ||
2606 | dapm_power_widgets(dapm, event); | 2606 | dapm_power_widgets(dapm, event); |
2607 | |||
2608 | /* do we need to notify any clients that DAPM stream is complete */ | ||
2609 | if (dapm->stream_event) | ||
2610 | dapm->stream_event(dapm, event); | ||
2607 | } | 2611 | } |
2608 | 2612 | ||
2609 | /** | 2613 | /** |