git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4028b6c
)
ALSA: compress: Make sure we trigger STOP before closing the stream.
author
Liam Girdwood
<liam.r.girdwood@linux.intel.com>
Fri, 13 Sep 2013 16:43:16 +0000
(17:43 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 26 Sep 2013 07:28:22 +0000
(09:28 +0200)
Currently we assume that userspace will shut down the compressed stream
correctly. However, if userspcae dies (e.g. cplay & ctrl-C) we dont
stop the stream before freeing it.
This now checks that the stream is stopped before freeing.
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found