aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/rtctimer.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-01-03[ALSA] Remove xxx_t typedefs: TimerTakashi Iwai1-11/+11
Modules: RTC timer driver,Timer Midlevel Remove xxx_t typedefs from the core timer. Signed-off-by: Takashi Iwai <tiwai@suse.de>
2005-11-04[ALSA] timers: add module refcounting for global timersClemens Ladisch1-1/+3
Modules: RTC timer driver,Timer Midlevel Add a module pointer to the timer structure and use it for refcounting instead of the card's module pointer to prevent the global timer modules (rtctimer and hpetimer) from being removed while in use. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
2005-11-04[ALSA] rtctimer: optimize module parameter validationClemens Ladisch1-8/+3
Modules: RTC timer driver The check whether rtctimer_freq is a power of two can be done easier with a simple bit operation. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
2005-11-04[ALSA] rtctimer: remove superfluous rtc_inc variableClemens Ladisch1-8/+1
Modules: RTC timer driver The rtc_inc variable is never used outside the interrupt handler, and is always one where it matters, so we can just remove it. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+188
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!