Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ab6c57099db14d64c383e4d0392eab05d013630f
/
sound
/
core
/
timer.c
51990e8
device.h: cleanup users outside of linux/include (C files)
by Paul Gortmaker
· 13 years ago
65a7721
sound: fix drivers needing module.h not moduleparam.h
by Paul Gortmaker
· 13 years ago
94094c8
ALSA: timer - Add NULL-check for invalid slave timer
by Takashi Iwai
· 13 years ago
0584ffa
ALSA: timer - Fix Oops at closing slave timer
by Takashi Iwai
· 13 years ago
5b7c757
ALSA: sound/core: merge list_del()/list_add_tail() to list_move_tail()
by Nicolas Kaiser
· 14 years ago
03cfe6f
ALSA: support module on-demand loading for seq and timer
by Kay Sievers
· 14 years ago
109fef9
ALSA: timer: automatically load the high-resolution timer
by Clemens Ladisch
· 14 years ago
3374cd1
Merge branch 'topic/core-cleanup' into for-linus
by Takashi Iwai
· 14 years ago
bfe7078
ALSA: take tu->qlock with irqs disabled
by Dan Carpenter
· 15 years ago
02f4865
ALSA: core - Define llseek fops
by Takashi Iwai
· 15 years ago
b30477d
ALSA: timer - pass real event in snd_timer_notify1() to instance callback
by Jaroslav Kysela
· 15 years ago
ef44a1e
ALSA: sound/core: use memdup_user()
by Li Zefan
· 16 years ago
60aa492
Rationalize fasync return values
by Jonathan Corbet
· 16 years ago
1f04128
ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()
by Takashi Iwai
· 16 years ago
233e70f
saner FASYNC handling on file close
by Al Viro
· 16 years ago
0072889
ALSA: fix a typo during snd_assert() removal
by Takashi Iwai
· 16 years ago
7eaa943
ALSA: Kill snd_assert() in sound/core/*
by Takashi Iwai
· 16 years ago
ee2da99
ALSA: remove CONFIG_KMOD from sound
by Johannes Berg
· 16 years ago
0d63e4f
Dont touch fs_struct in drivers
by Jan Blunck
· 17 years ago
9004acc
[ALSA] Remove sound/driver.h
by Takashi Iwai
· 17 years ago
b751eef
[ALSA] Use posix clock monotonic for PCM and timer timestamps
by Jaroslav Kysela
· 17 years ago
c1017a4
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
by Jaroslav Kysela
· 17 years ago
7c64ec3
[ALSA] timer: check for incorrect device state in non-debug compiles, too
by Clemens Ladisch
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
9c2e08c
[PATCH] mark struct file_operations const 9
by Arjan van de Ven
· 18 years ago
bcb4d78
[ALSA] Remove useless reference to obsolete KERNELD
by Robert P. J. Day
· 18 years ago
9244b2c
[ALSA] alsa core: convert to list_for_each_entry*
by Johannes Berg
· 18 years ago
6e9059b
[ALSA] system timer: remove unused snd_timer_system_private.timer field
by Clemens Ladisch
· 18 years ago
cd93fe4
[ALSA] timer: fix timer rescheduling
by Clemens Ladisch
· 18 years ago
de2696d
[ALSA] system timer: clear correction value when timer stops
by Clemens Ladisch
· 18 years ago
6ed5eff
[ALSA] system timer: accumulate correction for multiple lost ticks
by Clemens Ladisch
· 18 years ago
17f48ec
[ALSA] system timer: fix lost ticks correction adjustment
by Clemens Ladisch
· 18 years ago
c461482
[ALSA] Unregister device files at disconnection
by Takashi Iwai
· 18 years ago
746d4a0
[ALSA] Fix disconnection of proc interface
by Takashi Iwai
· 18 years ago
2999ff5
[ALSA] Fix a deadlock in snd-rtctimer
by Takashi Iwai
· 18 years ago
6581f4e
[ALSA] Remove zero-initialization of static variables
by Takashi Iwai
· 18 years ago
170a346
[ALSA] Fix compile warning in timer.c
by Takashi Iwai
· 19 years ago
d689e34b
[ALSA] Remove spinlocks around proc prints
by Takashi Iwai
· 19 years ago
bf85020
[ALSA] Remove unneeded read/write_size fields in proc text ops
by Takashi Iwai
· 19 years ago
1a60d4c
[ALSA] semaphore -> mutex (core part)
by Ingo Molnar
· 19 years ago
e28563c
[ALSA] Optimize for config without PROC_FS
by Takashi Iwai
· 19 years ago
f87135f
[ALSA] dynamic minors (3/6): store device-specific object pointers dynamically
by Clemens Ladisch
· 19 years ago
2af677f
[ALSA] dynamic minors (1/6): store device type in struct snd_minor
by Clemens Ladisch
· 19 years ago
b32425a
[ALSA] Fix possible races in timer callbacks
by Takashi Iwai
· 19 years ago
73e77ba
[ALSA] Add error messages
by Takashi Iwai
· 19 years ago
53d2f74
[ALSA] Remove xxx_t typedefs: Timer
by Takashi Iwai
· 19 years ago
6b172a8
[ALSA] timer: formatting changes
by Clemens Ladisch
· 19 years ago
9dfba38
[ALSA] timer: remove list_entry() type casts
by Clemens Ladisch
· 19 years ago
de24214
[ALSA] timers: add module refcounting for global timers
by Clemens Ladisch
· 19 years ago
2fd43d1
[ALSA] timer: fix timer instance memory allocation checks
by Clemens Ladisch
· 19 years ago
07799e7
[ALSA] Use getnstimeofday()
by Takashi Iwai
· 19 years ago
7c22f1a
[ALSA] Remove snd_runtime_check() macro
by Takashi Iwai
· 19 years ago
ca2c096
[ALSA] Replace with kzalloc() - core stuff
by Takashi Iwai
· 19 years ago
65d11d9
[ALSA] ALSA timer - fixed compilation
by Jaroslav Kysela
· 19 years ago
a501dfa
[ALSA] Timer API - added SUSPEND/RESUME events
by Jaroslav Kysela
· 19 years ago
a53fc18
[ALSA] make local objects static
by Clemens Ladisch
· 19 years ago
543537b
[PATCH] create a kstrdup library function
by Paulo Marques
· 19 years ago
4d57277
[ALSA] Remove redundant NULL checks before kfree
by Jesper Juhl
· 19 years ago
123992f
[ALSA] sound/core/: possible cleanups
by Adrian Bunk
· 19 years ago
d138b44
[ALSA] fixed PAUSE ioctl for user space interface
by Jaroslav Kysela
· 19 years ago
8c50b37
[ALSA] Change some timer ioctls due to confliction
by Takashi Iwai
· 19 years ago
15790a6
[ALSA] Add missing PAUSE ioctl
by Takashi Iwai
· 19 years ago
c1935b4
[ALSA] timer - added tread semaphore
by Jaroslav Kysela
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago