ALSA: pcm_core: Fix wake_up() optimization
authorJaroslav Kysela <perex@perex.cz>
Thu, 21 Jan 2010 09:32:15 +0000 (10:32 +0100)
committerJaroslav 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