Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34837
b: refs/heads/master
c: 6ed5eff
h: refs/heads/master
i:
  34835: 0593dbc
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Sep 23, 2006
1 parent a1af4b4 commit c9d1c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 17f48ec3f15ddb8080b151304ee887c68f7e4650
refs/heads/master: 6ed5eff025b72cb84a884d4be05f854f13b1542f
2 changes: 1 addition & 1 deletion trunk/sound/core/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ static void snd_timer_s_function(unsigned long data)
struct snd_timer_system_private *priv = timer->private_data;
unsigned long jiff = jiffies;
if (time_after(jiff, priv->last_expires))
priv->correction = (long)jiff - (long)priv->last_expires;
priv->correction += (long)jiff - (long)priv->last_expires;
snd_timer_interrupt(timer, (long)jiff - (long)priv->last_jiffies);
}

Expand Down

0 comments on commit c9d1c62

Please sign in to comment.