diff options
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/soc-dapm.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 476dbe6dabad..b30b0a255cd5 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c | |||
@@ -2012,18 +2012,8 @@ int snd_soc_dapm_stream_event(struct snd_soc_codec *codec, | |||
2012 | w->active = 0; | 2012 | w->active = 0; |
2013 | break; | 2013 | break; |
2014 | case SND_SOC_DAPM_STREAM_SUSPEND: | 2014 | case SND_SOC_DAPM_STREAM_SUSPEND: |
2015 | if (w->active) | ||
2016 | w->suspend = 1; | ||
2017 | w->active = 0; | ||
2018 | break; | ||
2019 | case SND_SOC_DAPM_STREAM_RESUME: | 2015 | case SND_SOC_DAPM_STREAM_RESUME: |
2020 | if (w->suspend) { | ||
2021 | w->active = 1; | ||
2022 | w->suspend = 0; | ||
2023 | } | ||
2024 | break; | ||
2025 | case SND_SOC_DAPM_STREAM_PAUSE_PUSH: | 2016 | case SND_SOC_DAPM_STREAM_PAUSE_PUSH: |
2026 | break; | ||
2027 | case SND_SOC_DAPM_STREAM_PAUSE_RELEASE: | 2017 | case SND_SOC_DAPM_STREAM_PAUSE_RELEASE: |
2028 | break; | 2018 | break; |
2029 | } | 2019 | } |