Skip to content
Commit ed697e1a authored by JongHo Kim's avatar JongHo Kim Committed by Takashi Iwai
Browse files

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: default avatarJongHo Kim <furmuwon@gmail.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent afdcd431
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment