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:
d1db38c
)
ALSA: pcm_core: Fix wake_up() optimization
author
Jaroslav Kysela
<perex@perex.cz>
Thu, 21 Jan 2010 09:32:15 +0000
(10:32 +0100)
committer
Jaroslav Kysela
<perex@perex.cz>
Thu, 21 Jan 2010 09:32:15 +0000
(10:32 +0100)
This change fixes the "ALSA: pcm_lib - optimize wake_up() calls for PCM I/O"
commit. New sleeping queue is introduced to separate user space and kernel
space wake_ups. runtime->nowake is renamed to twake (transfer wake).
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
No differences found