diff options
Diffstat (limited to 'sound/core/timer.c')
-rw-r--r-- | sound/core/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/timer.c b/sound/core/timer.c index 7e5e562fe356..86357007259d 100644 --- a/sound/core/timer.c +++ b/sound/core/timer.c | |||
@@ -987,7 +987,7 @@ static int snd_timer_s_start(struct snd_timer * timer) | |||
987 | njiff++; | 987 | njiff++; |
988 | } else { | 988 | } else { |
989 | njiff += timer->sticks - priv->correction; | 989 | njiff += timer->sticks - priv->correction; |
990 | priv->correction -= timer->sticks; | 990 | priv->correction = 0; |
991 | } | 991 | } |
992 | priv->last_expires = priv->tlist.expires = njiff; | 992 | priv->last_expires = priv->tlist.expires = njiff; |
993 | add_timer(&priv->tlist); | 993 | add_timer(&priv->tlist); |