ALSA: asihpi: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Thu, 5 Oct 2017 00:53:40 +0000 (17:53 -0700)
committerTakashi Iwai <tiwai@suse.de>
Thu, 5 Oct 2017 06:20:54 +0000 (08:20 +0200)
commit394ca81cb4c1518e9463fe342fb1ae8a9f46a82d
tree1ac931fd9b748e4122a409693430e6f6b5dffa5c
parent38e9a80f66beb108d30f47dc856dd17b983c3dd6
ALSA: asihpi: 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/pci/asihpi/asihpi.c