]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: timer: Code cleanup
authorTakashi Iwai <tiwai@suse.de>
Thu, 14 Jan 2016 16:01:46 +0000 (17:01 +0100)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 26 May 2016 22:44:41 +0000 (15:44 -0700)
commit944e097c357c7b126c4219d90287cabc02fcd2af
treea10c5355b395a9a475a7aeba6f81a5cd9a9a6e22
parent2ec8196324ec2d9bfdc9c6e86c068045f21bb7c6
ALSA: timer: Code cleanup

Orabug: 23330803

[ Upstream commit c3b1681375dc6e71d89a3ae00cc3ce9e775a8917 ]

This is a minor code cleanup without any functional changes:
- Kill keep_flag argument from _snd_timer_stop(), as all callers pass
  only it false.
- Remove redundant NULL check in _snd_timer_stop().

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
(cherry picked from commit aef523ec3812f822fdd256f64c0d941a0588647f)

Signed-off-by: Dan Duval <dan.duval@oracle.com>
sound/core/timer.c