commit | 7211ec6392c8650ebc804023178c245464417ed2 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed Oct 25 08:09:27 2017 -0700 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Oct 26 14:44:59 2017 +0200 |
tree | e94c80c2618a50be61994b55372390484dcff456 | |
parent | 20e5f8bfb153bdd43b5be194658f8ad814470a5d [diff] |
ALSA: 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. These are all the "mechanical" changes remaining in the sound subsystem. Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Mark Brown <broonie@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>