aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/sprd
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/sprd')
-rw-r--r--sound/soc/sprd/sprd-pcm-compress.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/sprd/sprd-pcm-compress.c b/sound/soc/sprd/sprd-pcm-compress.c
index dc84257cffc2..424e9834d093 100644
--- a/sound/soc/sprd/sprd-pcm-compress.c
+++ b/sound/soc/sprd/sprd-pcm-compress.c
@@ -107,8 +107,7 @@ static void sprd_platform_compr_drain_notify(void *arg)
memset(stream->info_area, 0, sizeof(struct sprd_compr_playinfo));
- if (cstream)
- snd_compr_drain_notify(cstream);
+ snd_compr_drain_notify(cstream);
}
static void sprd_platform_compr_dma_complete(void *data)