linux-sg2042/sound/pci/ymfpci
Rene Herman d86d01935a [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>
2007-10-16 16:50:54 +02:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ymfpci.c [ALSA] ymfpci: fix swap_rear for S/PDIF passthrough 2006-12-20 08:55:38 +01:00
ymfpci_image.h [ALSA] ymfpci: add request_firmware() 2007-02-09 09:00:42 +01:00
ymfpci_main.c [ALSA] alsa-kernel: schedule_timeout() fixes 2007-10-16 16:50:54 +02:00