commit | 38e9a80f66beb108d30f47dc856dd17b983c3dd6 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed Oct 04 17:53:33 2017 -0700 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Oct 05 08:20:37 2017 +0200 |
tree | 94c07160fe94e47055ad7e8343ec8d06810bba26 | |
parent | d522bb6a105ffabeb765ad890062199fd4d18245 [diff] |
ALSA: timer: 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. This adds a pointer back to struct snd_timer. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>