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:
8a4259b
)
ALSA: ALSA: ctxfi - Release PCM resources at each prepare call
author
Takashi Iwai
<tiwai@suse.de>
Tue, 2 Jun 2009 12:12:17 +0000
(14:12 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 2 Jun 2009 13:54:46 +0000
(15:54 +0200)
The prepare callback can be called multiple times, thus it needs to
release and acquire the resource again by itself at the second or later
call.
Simply add pcm_release_resources() at the beginning of each prepare
callback in ctatc.c.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found