]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: timer: Introduce disconnect op to snd_timer_instance
authorTakashi Iwai <tiwai@suse.de>
Thu, 21 Jan 2016 16:43:08 +0000 (17:43 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 21 Jan 2016 16:51:42 +0000 (17:51 +0100)
commit6ec2d4140c24972ce462bf617754e6e206a3f892
tree101052484faf68fcb87959730793d3518731abe6
parent34e700db38dd98839f6708cf5fc413adb7289b91
ALSA: timer: Introduce disconnect op to snd_timer_instance

Instead of the previous ugly hack, introduce a new op, disconnect, to
snd_timer_instance object for handling the wake up of pending tasks
more cleanly.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=109431
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/timer.h
sound/core/timer.c