From: JongHo Kim Date: Tue, 17 Dec 2013 14:02:24 +0000 (+0900) Subject: ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail function X-Git-Tag: v3.13-rc5~22^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed697e1aaf7237b1a62af39f64463b05c262808d;p=pandora-kernel.git 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 Cc: Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed