diff --git a/[refs] b/[refs] index 6a44b59144aa..96cea2477f98 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6ed5eff025b72cb84a884d4be05f854f13b1542f +refs/heads/master: de2696d8bc9c81874b3743e0c27708760cb7fb52 diff --git a/trunk/sound/core/timer.c b/trunk/sound/core/timer.c index 0f6e6727ff7c..4fcc8549e4a6 100644 --- a/trunk/sound/core/timer.c +++ b/trunk/sound/core/timer.c @@ -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; }