]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: emux: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Tue, 24 Oct 2017 15:34:40 +0000 (08:34 -0700)
committerTakashi Iwai <tiwai@suse.de>
Tue, 24 Oct 2017 19:01:33 +0000 (21:01 +0200)
commit6a99b9e1c513db61717ebe0d41619a07181138b2
treefc2e8a322ddfdcbd795d90253591b011512fbcd7
parent64251749d9dc43409f431394573110954c266f8c
ALSA: emux: Convert timers to use timer_setup()

In preparation for unconditionally passing the struct timer_list pointer to
all timer callbacks, switch to using the new timer_setup() and from_timer()
to pass the timer pointer explicitly.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/synth/emux/emux.c
sound/synth/emux/emux_synth.c
sound/synth/emux/emux_voice.h