ALSA: drivers: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Tue, 24 Oct 2017 15:34:29 +0000 (08:34 -0700)
committerTakashi Iwai <tiwai@suse.de>
Tue, 24 Oct 2017 19:01:16 +0000 (21:01 +0200)
commitbc47ba90b01afe468cdd586b0dbe59b64862e2b7
tree67919e97c5af07a8c1467218ea7640e51dd24ce8
parent1a0190157521704c11f8650756388b62f3887eb3
ALSA: drivers: 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/drivers/aloop.c
sound/drivers/dummy.c
sound/drivers/mpu401/mpu401_uart.c
sound/drivers/mtpav.c
sound/drivers/opl3/opl3_midi.c
sound/drivers/opl3/opl3_seq.c
sound/drivers/opl3/opl3_voice.h
sound/drivers/serial-u16550.c