]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] ALSA: snd_rtctimer: handle RTC interrupts with a tasklet
authorClemens Ladisch <clemens@ladisch.de>
Fri, 27 Oct 2006 12:15:35 +0000 (14:15 +0200)
committerChris Wright <chrisw@sous-sol.org>
Sat, 4 Nov 2006 01:33:48 +0000 (17:33 -0800)
commitc8ec7067774748f29dae43682df884d329a7cb9e
tree1813b177bc6357167173bd0a30ae23746e30dbe0
parentf3873b8c111b5042869fc8fc4ed966e2b07b07b6
[PATCH] ALSA: snd_rtctimer: handle RTC interrupts with a tasklet

The calls to rtc_control() from inside the interrupt handler can
deadlock the RTC code, so move our interrupt handling code to a tasklet.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
sound/core/rtctimer.c