commit | 4f928246f0e8f9bda88f41131ec447a1b8193dbc | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue Oct 24 08:34:58 2017 -0700 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Oct 25 09:51:21 2017 +0200 |
tree | 1d6cf9500b82aeceb704427768b936fdabfbd771 | |
parent | 57e69e2f06e8fe4949c54e438c9faae0731e92f8 [diff] |
ALSA: sb: 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. [Re-use the existing chip->midi_substream_output instead of assigning a new field to struct snd_sb -- tiwai] Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>