remarkable-linux/sound/isa/wavefront
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
wavefront.c [ALSA] Fix probe of non-PnP ISA devices 2007-05-16 12:22:44 +02:00
wavefront_fx.c [ALSA] add MODULE_FIRMWARE entries 2007-05-11 16:56:14 +02:00
wavefront_midi.c
wavefront_synth.c [ALSA] alsa-kernel: schedule_timeout() fixes 2007-10-16 16:50:54 +02:00
yss225.c