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