From: Rene Herman Date: Tue, 18 Sep 2007 16:10:49 +0000 (+0200) Subject: [ALSA] alsa-kernel: schedule_timeout() fixes X-Git-Tag: v2.6.24-rc1~832^2~37 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d86d01935a4c4c818514d8c23579703abd768329;p=pandora-kernel.git [ALSA] alsa-kernel: schedule_timeout() fixes Fix schedule_timeout() use in alsa-kernel. Mostly just schedule_timeout(1) --> schedule_timeout_uninterruptible(1) The wavefront_synth one fixes the surrounding loop as well. In ymfpci_main, delete a superfluous set_current_state() and in soc/soc-dapm.c replace an _interruptible with _uninterruptible in some debug code; it's not waiting for signals. Signed-off-by: Rene Herman Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed