]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Wed, 25 Oct 2017 15:09:27 +0000 (08:09 -0700)
committerTakashi Iwai <tiwai@suse.de>
Thu, 26 Oct 2017 12:44:59 +0000 (14:44 +0200)
commite3e1e312214179e0cdb5e7d0aeae0ebd67eb52a9
treee94c80c2618a50be61994b55372390484dcff456
parent228612b7a8ba4b7cd4cfa7e0e9e318ee16984631
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>
sound/i2c/other/ak4117.c
sound/pci/ctxfi/cttimer.c
sound/pci/echoaudio/midi.c
sound/pci/korg1212/korg1212.c
sound/pci/rme9652/hdsp.c
sound/pci/rme9652/hdspm.c
sound/soc/codecs/rt5645.c
sound/soc/omap/ams-delta.c