diff --git a/[refs] b/[refs] index 501573a763ba..d6f7dd424eae 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7bc5ba7e02f63a5732fdf99e7471f54738f6f918 +refs/heads/master: 17f48ec3f15ddb8080b151304ee887c68f7e4650 diff --git a/trunk/sound/core/timer.c b/trunk/sound/core/timer.c index 7e5e562fe356..86357007259d 100644 --- a/trunk/sound/core/timer.c +++ b/trunk/sound/core/timer.c @@ -987,7 +987,7 @@ static int snd_timer_s_start(struct snd_timer * timer) njiff++; } else { njiff += timer->sticks - priv->correction; - priv->correction -= timer->sticks; + priv->correction = 0; } priv->last_expires = priv->tlist.expires = njiff; add_timer(&priv->tlist);