]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
ALSA: dummy: use setup_timer and mod_timer
authorRoman Kollar <rkollar@mail.muni.cz>
Mon, 19 Jan 2015 09:42:54 +0000 (10:42 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 19 Jan 2015 09:49:52 +0000 (10:49 +0100)
commit2a52b6eef7386cc19dfc0a2e82a7e23d807e51e5
treecfd7bb68379539179fac81efa06ea731bdfb8d02
parent53c098bfc5b614cd28c416215f5fa68815f1cce9
ALSA: dummy: use setup_timer and mod_timer

Use setup_timer and mod_timer instead of structure assignments as it
is the preferred way to setup and set the timer.

Signed-off-by: Roman Kollar <rkollar@mail.muni.cz>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/dummy.c