ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail function
authorJongHo Kim <furmuwon@gmail.com>
Tue, 17 Dec 2013 14:02:24 +0000 (23:02 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 17 Dec 2013 15:56:11 +0000 (16:56 +0100)
commited697e1aaf7237b1a62af39f64463b05c262808d
tree68c3d83f65c8820a7322ab2b03ad3ea3146dfeeb
parentafdcd431cebe3498db9aa963c780fdd5099917ec
ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail function

When the process is sleeping at the SNDRV_PCM_STATE_PAUSED
state from the wait_for_avail function, the sleep process will be woken by
timeout(10 seconds). Even if the sleep process wake up by timeout, by this
patch, the process will continue with sleep and wait for the other state.

Signed-off-by: JongHo Kim <furmuwon@gmail.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm_lib.c