mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-18 23:54:26 +08:00
[ALSA] system timer: clear correction value when timer stops
Do not retain the old correction value when the timer was stopped. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
parent
6ed5eff025
commit
de2696d8bc
@ -1006,6 +1006,7 @@ static int snd_timer_s_stop(struct snd_timer * timer)
|
||||
timer->sticks = priv->last_expires - jiff;
|
||||
else
|
||||
timer->sticks = 1;
|
||||
priv->correction = 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user