Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1580
b: refs/heads/master
c: d138b44
h: refs/heads/master
v: v3
  • Loading branch information
Jaroslav Kysela committed May 29, 2005
1 parent 6cfc579 commit a0fc855
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: 8c50b37c04a026ab6641ecb7eaf0fd479798e8b8
refs/heads/master: d138b44589cc180418f5a20cb0ecfe338123d86c
2 changes: 1 addition & 1 deletion trunk/sound/core/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@ static int snd_timer_user_pause(struct file *file)

tu = file->private_data;
snd_assert(tu->timeri != NULL, return -ENXIO);
return (err = snd_timer_continue(tu->timeri)) < 0 ? err : 0;
return (err = snd_timer_pause(tu->timeri)) < 0 ? err : 0;
}

enum {
Expand Down

0 comments on commit a0fc855

Please sign in to comment.