Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34839
b: refs/heads/master
c: cd93fe4
h: refs/heads/master
i:
  34837: c9d1c62
  34835: 0593dbc
  34831: aa71c31
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Sep 23, 2006
1 parent 6f52999 commit 40e0780
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: de2696d8bc9c81874b3743e0c27708760cb7fb52
refs/heads/master: cd93fe4770ca607c7f39260c02941deccbd77b8b
2 changes: 1 addition & 1 deletion trunk/sound/core/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ void snd_timer_interrupt(struct snd_timer * timer, unsigned long ticks_left)
}
}
if (timer->flags & SNDRV_TIMER_FLG_RESCHED)
snd_timer_reschedule(timer, ticks_left);
snd_timer_reschedule(timer, timer->sticks);
if (timer->running) {
if (timer->hw.flags & SNDRV_TIMER_HW_STOP) {
timer->hw.stop(timer);
Expand Down

0 comments on commit 40e0780

Please sign in to comment.