Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310800
b: refs/heads/master
c: 6b18f79
h: refs/heads/master
v: v3
  • Loading branch information
Vinod Koul authored and Takashi Iwai committed Jun 12, 2012
1 parent a030439 commit 978fe4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f2a8ecaf6d7259cc70fb5898823eab9a2dd86570
refs/heads/master: 6b18f79399f25a0f8e2b915b2dcb8bf5c7aa470d
4 changes: 1 addition & 3 deletions trunk/sound/core/compress_offload.c
Original file line number Diff line number Diff line change
Expand Up @@ -502,10 +502,8 @@ static int snd_compr_pause(struct snd_compr_stream *stream)
if (stream->runtime->state != SNDRV_PCM_STATE_RUNNING)
return -EPERM;
retval = stream->ops->trigger(stream, SNDRV_PCM_TRIGGER_PAUSE_PUSH);
if (!retval) {
if (!retval)
stream->runtime->state = SNDRV_PCM_STATE_PAUSED;
wake_up(&stream->runtime->sleep);
}
return retval;
}

Expand Down

0 comments on commit 978fe4c

Please sign in to comment.