Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310801
b: refs/heads/master
c: 8b21460
h: refs/heads/master
i:
  310799: a030439
v: v3
  • Loading branch information
Vinod Koul authored and Takashi Iwai committed Jun 12, 2012
1 parent 978fe4c commit 24e7e77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6b18f79399f25a0f8e2b915b2dcb8bf5c7aa470d
refs/heads/master: 8b21460ac6c0c88a0fec1cc70906c8e25c5aaa54
4 changes: 4 additions & 0 deletions trunk/sound/core/compress_offload.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,10 @@ static int snd_compr_stop(struct snd_compr_stream *stream)
if (!retval) {
stream->runtime->state = SNDRV_PCM_STATE_SETUP;
wake_up(&stream->runtime->sleep);
stream->runtime->hw_pointer = 0;
stream->runtime->app_pointer = 0;
stream->runtime->total_bytes_available = 0;
stream->runtime->total_bytes_transferred = 0;
}
return retval;
}
Expand Down

0 comments on commit 24e7e77

Please sign in to comment.