]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit7786a0945416d488f7ed48d0f90d27e8f3e9549c
tree629e4d8618d11233c2e24daf28aa12f055dc24c3
parent87fb5ded915462e4f48f510c2b4f13a708b8825d
[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