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)
commit08352b200b203f8f9fa8a1c914acb58c7b10f907
treefc2e8a322ddfdcbd795d90253591b011512fbcd7
parentbc47ba90b01afe468cdd586b0dbe59b64862e2b7
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