]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
ALSA: wavefront: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Tue, 24 Oct 2017 15:35:09 +0000 (08:35 -0700)
committerTakashi Iwai <tiwai@suse.de>
Tue, 24 Oct 2017 19:33:03 +0000 (21:33 +0200)
commit57e69e2f06e8fe4949c54e438c9faae0731e92f8
treeb782eb28fdabbb6e2332f4ac58b6ab2bfa3f721e
parent08352b200b203f8f9fa8a1c914acb58c7b10f907
ALSA: wavefront: 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>
include/sound/snd_wavefront.h
sound/isa/wavefront/wavefront_midi.c