summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-compress.c
diff options
context:
space:
mode:
authorCharles Keepax2013-01-24 10:44:28 +0100
committerMark Brown2013-01-24 11:53:18 +0100
commit8c3d2aa4cfeaba66be68ef8c351b2e099e50c25b (patch)
tree28e3477056f5fc7e86982aca5f5954a96e933dc9 /sound/soc/soc-compress.c
parentLinux 3.8-rc4 (diff)
downloadkernel-qcow2-linux-8c3d2aa4cfeaba66be68ef8c351b2e099e50c25b.tar.gz
kernel-qcow2-linux-8c3d2aa4cfeaba66be68ef8c351b2e099e50c25b.tar.xz
kernel-qcow2-linux-8c3d2aa4cfeaba66be68ef8c351b2e099e50c25b.zip
ASoC: soc-compress: Add missing brackets around else
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Acked-by: Vinod Koul <vinod.koul@intel.com> Tested-by: Jeeja KP <jeeja.kp@intel.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/soc-compress.c')
-rw-r--r--sound/soc/soc-compress.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/soc-compress.c b/sound/soc/soc-compress.c
index 5fbfb06e8083..80040f03b021 100644
--- a/sound/soc/soc-compress.c
+++ b/sound/soc/soc-compress.c
@@ -112,10 +112,11 @@ static int soc_compr_free(struct snd_compr_stream *cstream)
snd_soc_dapm_stream_event(rtd,
SNDRV_PCM_STREAM_PLAYBACK,
SND_SOC_DAPM_STREAM_STOP);
- } else
+ } else {
rtd->pop_wait = 1;
schedule_delayed_work(&rtd->delayed_work,
msecs_to_jiffies(rtd->pmdown_time));
+ }
} else {
/* capture streams can be powered down now */
snd_soc_dapm_stream_event(rtd,