aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/timer.c
Commit message (Expand)AuthorAge
* ALSA: sound/core: merge list_del()/list_add_tail() to list_move_tail()Nicolas Kaiser2011-03-16
* ALSA: support module on-demand loading for seq and timerKay Sievers2010-11-23
* ALSA: timer: automatically load the high-resolution timerClemens Ladisch2010-11-22
* Merge branch 'topic/core-cleanup' into for-linusTakashi Iwai2010-05-20
|\
| * ALSA: core - Define llseek fopsTakashi Iwai2010-04-13
* | ALSA: take tu->qlock with irqs disabledDan Carpenter2010-05-05
|/
* ALSA: timer - pass real event in snd_timer_notify1() to instance callbackJaroslav Kysela2010-03-03
* ALSA: sound/core: use memdup_user()Li Zefan2009-04-14
* Rationalize fasync return valuesJonathan Corbet2009-03-16
* ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()Takashi Iwai2008-12-18
* saner FASYNC handling on file closeAl Viro2008-11-01
* ALSA: fix a typo during snd_assert() removalTakashi Iwai2008-08-15
* ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2008-08-13
* ALSA: remove CONFIG_KMOD from soundJohannes Berg2008-07-10
* Dont touch fs_struct in driversJan Blunck2008-02-15
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-31
* [ALSA] Use posix clock monotonic for PCM and timer timestampsJaroslav Kysela2008-01-31
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-16
* [ALSA] timer: check for incorrect device state in non-debug compiles, tooClemens Ladisch2007-07-20
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-12
* [ALSA] Remove useless reference to obsolete KERNELDRobert P. J. Day2007-02-09
* [ALSA] alsa core: convert to list_for_each_entry*Johannes Berg2007-02-09
* [ALSA] system timer: remove unused snd_timer_system_private.timer fieldClemens Ladisch2006-09-23
* [ALSA] timer: fix timer reschedulingClemens Ladisch2006-09-23
* [ALSA] system timer: clear correction value when timer stopsClemens Ladisch2006-09-23
* [ALSA] system timer: accumulate correction for multiple lost ticksClemens Ladisch2006-09-23
* [ALSA] system timer: fix lost ticks correction adjustmentClemens Ladisch2006-09-23
* [ALSA] Unregister device files at disconnectionTakashi Iwai2006-09-23
* [ALSA] Fix disconnection of proc interfaceTakashi Iwai2006-09-23
* [ALSA] Fix a deadlock in snd-rtctimerTakashi Iwai2006-07-12
* [ALSA] Remove zero-initialization of static variablesTakashi Iwai2006-06-22
* [ALSA] Fix compile warning in timer.cTakashi Iwai2006-06-22
* [ALSA] Remove spinlocks around proc printsTakashi Iwai2006-06-22
* [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-22
* [ALSA] semaphore -> mutex (core part)Ingo Molnar2006-03-22
* [ALSA] Optimize for config without PROC_FSTakashi Iwai2006-01-03
* [ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch2006-01-03
* [ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch2006-01-03
* [ALSA] Fix possible races in timer callbacksTakashi Iwai2006-01-03
* [ALSA] Add error messagesTakashi Iwai2006-01-03
* [ALSA] Remove xxx_t typedefs: TimerTakashi Iwai2006-01-03
* [ALSA] timer: formatting changesClemens Ladisch2005-11-04
* [ALSA] timer: remove list_entry() type castsClemens Ladisch2005-11-04
* [ALSA] timers: add module refcounting for global timersClemens Ladisch2005-11-04
* [ALSA] timer: fix timer instance memory allocation checksClemens Ladisch2005-11-04
* [ALSA] Use getnstimeofday()Takashi Iwai2005-11-04
* [ALSA] Remove snd_runtime_check() macroTakashi Iwai2005-11-04
* [ALSA] Replace with kzalloc() - core stuffTakashi Iwai2005-09-12
* [ALSA] ALSA timer - fixed compilationJaroslav Kysela2005-08-30