diff options
Diffstat (limited to 'sound/core/compress_offload.c')
-rw-r--r-- | sound/core/compress_offload.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/core/compress_offload.c b/sound/core/compress_offload.c index d9af6387f37c..9d518ac73eea 100644 --- a/sound/core/compress_offload.c +++ b/sound/core/compress_offload.c | |||
@@ -384,8 +384,7 @@ static unsigned int snd_compr_poll(struct file *f, poll_table *wait) | |||
384 | return -EFAULT; | 384 | return -EFAULT; |
385 | 385 | ||
386 | mutex_lock(&stream->device->lock); | 386 | mutex_lock(&stream->device->lock); |
387 | if (stream->runtime->state == SNDRV_PCM_STATE_PAUSED || | 387 | if (stream->runtime->state == SNDRV_PCM_STATE_OPEN) { |
388 | stream->runtime->state == SNDRV_PCM_STATE_OPEN) { | ||
389 | retval = -EBADFD; | 388 | retval = -EBADFD; |
390 | goto out; | 389 | goto out; |
391 | } | 390 | } |