diff options
| -rw-r--r-- | sound/core/timer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/core/timer.c b/sound/core/timer.c index ea4d999113ef..6469bedda2f3 100644 --- a/sound/core/timer.c +++ b/sound/core/timer.c | |||
| @@ -1019,8 +1019,8 @@ static int snd_timer_s_start(struct snd_timer * timer) | |||
| 1019 | njiff += timer->sticks - priv->correction; | 1019 | njiff += timer->sticks - priv->correction; |
| 1020 | priv->correction = 0; | 1020 | priv->correction = 0; |
| 1021 | } | 1021 | } |
| 1022 | priv->last_expires = priv->tlist.expires = njiff; | 1022 | priv->last_expires = njiff; |
| 1023 | add_timer(&priv->tlist); | 1023 | mod_timer(&priv->tlist, njiff); |
| 1024 | return 0; | 1024 | return 0; |
| 1025 | } | 1025 | } |
| 1026 | 1026 | ||
