]> git.baikalelectronics.ru Git - kernel.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)
commit21ed22139a6214691854e18d3748b7dfbca338d0
treeb782eb28fdabbb6e2332f4ac58b6ab2bfa3f721e
parent6a99b9e1c513db61717ebe0d41619a07181138b2
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