[ALSA] rtctimer: handle RTC interrupts with a tasklet
authorClemens Ladisch <clemens@ladisch.de>
Fri, 27 Oct 2006 08:45:00 +0000 (10:45 +0200)
committerJaroslav Kysela <perex@suse.cz>
Tue, 28 Nov 2006 12:46:33 +0000 (13:46 +0100)
commitac5d1a7d253f3c02d1e5c93edfa26e81466ec71e
tree629e4d8618d11233c2e24daf28aa12f055dc24c3
parent2ea5814472c3c910aed5c5b60f1f3b1000e353f1
[ALSA] rtctimer: handle RTC interrupts with a tasklet

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

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/core/rtctimer.c