]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ALSA] alsa-kernel: schedule_timeout() fixes
authorRene Herman <rene.herman>
Tue, 18 Sep 2007 16:10:49 +0000 (18:10 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 16 Oct 2007 14:50:54 +0000 (16:50 +0200)
commitd86d01935a4c4c818514d8c23579703abd768329
tree6b0a1f67979fb5283511d6cf1776dca0c89507ba
parentb44ef2f1544a0a8d3d8907890662924082d0f1fa
[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 <rene.herman>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/isa/sscape.c
sound/isa/wavefront/wavefront_synth.c
sound/pci/hda/hda_intel.c
sound/pci/via82xx.c
sound/pci/via82xx_modem.c
sound/pci/ymfpci/ymfpci_main.c
sound/soc/soc-dapm.c