linux-stable/sound/soc
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
..
at91 [ALSA] sound: SPIN_LOCK_UNLOCKED cleanup 2007-05-11 16:56:08 +02:00
codecs [ALSA] Fix CS4270 volume control and optimize I2C operations 2007-10-16 16:49:30 +02:00
pxa [ALSA] Clean up duplicate includes in sound/soc/ 2007-10-16 15:03:19 +02:00
s3c24xx [ALSA] sound/soc ioremap/iounmap balancing 2007-10-16 15:58:21 +02:00
sh [ALSA] soc/sh: let SND_SOC_PCM_SH7760 depend on SH_DMABRG 2007-07-20 11:11:25 +02:00
Kconfig [ALSA] SH7760 ASoC support 2007-07-20 11:11:17 +02:00
Makefile [ALSA] SH7760 ASoC support 2007-07-20 11:11:17 +02:00
soc-core.c [ALSA] Clean up with common snd_ctl_boolean_*_info callbacks 2007-10-16 15:57:45 +02:00
soc-dapm.c [ALSA] alsa-kernel: schedule_timeout() fixes 2007-10-16 16:50:54 +02:00