ALSA: snd_rtctimer: handle RTC interrupts with a tasklet
commit7d83cf4b5fc61b4a890a03c912e3df2ad2914091
authorClemens Ladisch <clemens@ladisch.de>
Mon, 8 Jan 2007 22:12:26 +0000 (8 23:12 +0100)
committerAdrian Bunk <bunk@stusta.de>
Tue, 9 Jan 2007 02:23:35 +0000 (9 03:23 +0100)
treee24df56ac821f28166bfa96abecc446a76b1510b
parent8ae749cc41ff674b85afaa2e5b70ad35d2e79078
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>
Acked-By: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
sound/core/rtctimer.c