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>
Showing
- sound/i2c/other/ak4117.c 4 additions, 4 deletionssound/i2c/other/ak4117.c
- sound/pci/ctxfi/cttimer.c 3 additions, 4 deletionssound/pci/ctxfi/cttimer.c
- sound/pci/echoaudio/midi.c 5 additions, 5 deletionssound/pci/echoaudio/midi.c
- sound/pci/korg1212/korg1212.c 3 additions, 4 deletionssound/pci/korg1212/korg1212.c
- sound/pci/rme9652/hdsp.c 4 additions, 4 deletionssound/pci/rme9652/hdsp.c
- sound/pci/rme9652/hdspm.c 4 additions, 4 deletionssound/pci/rme9652/hdspm.c
- sound/soc/codecs/rt5645.c 3 additions, 4 deletionssound/soc/codecs/rt5645.c
- sound/soc/omap/ams-delta.c 2 additions, 2 deletionssound/soc/omap/ams-delta.c
Loading
Please register or sign in to comment