]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9ba2d1efb9a8b9e71406ba2b0dca4f388f0bb786
tree17fd30e77a7041717a516bb9d48f5ddfaaa4d8ad
parente84265aab682fc7bbf83d5e95d65de8c98005ec4
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