diff options
-rw-r--r-- | sound/core/timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/core/timer.c b/sound/core/timer.c index 0f6e6727ff7c..4fcc8549e4a6 100644 --- a/sound/core/timer.c +++ b/sound/core/timer.c | |||
@@ -1006,6 +1006,7 @@ static int snd_timer_s_stop(struct snd_timer * timer) | |||
1006 | timer->sticks = priv->last_expires - jiff; | 1006 | timer->sticks = priv->last_expires - jiff; |
1007 | else | 1007 | else |
1008 | timer->sticks = 1; | 1008 | timer->sticks = 1; |
1009 | priv->correction = 0; | ||
1009 | return 0; | 1010 | return 0; |
1010 | } | 1011 | } |
1011 | 1012 | ||