ALSA: usb-audio: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Mon, 16 Oct 2017 23:07:31 +0000 (16:07 -0700)
committerTakashi Iwai <tiwai@suse.de>
Tue, 17 Oct 2017 08:52:22 +0000 (10:52 +0200)
commita6162afa7135548973ba633c7795db9648fbd4a2
tree17fd30e77a7041717a516bb9d48f5ddfaaa4d8ad
parent0011a33f097dd97d09a1ebd32c5d8df0be7ac04a
ALSA: usb-audio: 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/usb/line6/driver.c
sound/usb/line6/driver.h
sound/usb/line6/pod.c
sound/usb/line6/podhd.c
sound/usb/line6/toneport.c
sound/usb/line6/variax.c
sound/usb/midi.c