summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2016-02-02 14:14:10 +0100
committerTakashi Iwai <tiwai@suse.de>2016-02-03 00:15:42 +0100
commitf146357f069e71aff8e474c625bcebcd3094b3ab (patch)
treed0240d85093b4f77e0b76b3c25396dd01bddb2e2 /kernel
parentf784beb75ce82f4136f8a0960d3ee872f7109e09 (diff)
ALSA: timer: Sync timer deletion at closing the system timer
ALSA timer core framework has no sync point at stopping because it's called inside the spinlock. Thus we need a sync point at close for avoiding the stray timer task. This is simply done by implementing the close callback just calling del_timer_sync(). (It's harmless to call it unconditionally, as the core timer itself cares of the already deleted timer instance.) Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions
f='/netdata/tree/health/notifications/messagebird/Makefile.inc?h=dagger&id=fd976d40e2d90e31af4a6c34726f13dcf562e824'>Makefile.inc
blob: 8132fecce115227599d7b98ce0686d9060300809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12