kernel_optimize_test/sound/core
Clemens Ladisch 2243c4d072 ALSA: hrtimer: remove superfluous tasklet invocation
Commit bb758e9637 removed snd_hrtimer_callback() from the hardware
interrupt handler, thus moving it into a tasklet, but did not tell the
ALSA timer framework about this, so the timer handling would now be done
in the ALSA timer tasklet scheduled from another tasklet.

To fix this, add the flag to tell the ALSA timer framework that the
timer handler is already being invoked in a tasklet.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2011-02-10 18:53:32 +01:00
..
oss ALSA: Don't leak in sound/core/oss/pcm_oss.c::snd_pcm_hw_param_near() 2011-01-10 11:13:42 +01:00
seq ALSA: support module on-demand loading for seq and timer 2010-11-24 05:53:25 +01:00
control_compat.c
control.c ALSA: core, oxygen, virtuoso: add an enum control info helper 2011-01-10 16:46:53 +01:00
device.c
hrtimer.c ALSA: hrtimer: remove superfluous tasklet invocation 2011-02-10 18:53:32 +01:00
hwdep_compat.c
hwdep.c
info_oss.c
info.c BKL: remove extraneous #include <smp_lock.h> 2010-11-17 08:59:32 -08:00
init.c tree-wide: fix comment/printk typos 2010-11-01 15:38:34 -04:00
isadma.c
jack.c
Kconfig
Makefile
memalloc.c
memory.c
misc.c
pcm_compat.c
pcm_lib.c Merge branch 'topic/misc' into for-linus 2011-01-13 08:37:14 +01:00
pcm_memory.c
pcm_misc.c
pcm_native.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 2011-01-13 10:32:54 -08:00
pcm_timer.c
pcm.c
rawmidi_compat.c
rawmidi.c
rtctimer.c
sgbuf.c
sound_oss.c
sound.c Merge branch 'topic/workq-update' into topic/misc 2010-12-13 09:29:52 +01:00
timer_compat.c
timer.c ALSA: support module on-demand loading for seq and timer 2010-11-24 05:53:25 +01:00
vmaster.c