Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62051
b: refs/heads/master
c: 304e3bb
h: refs/heads/master
i:
  62049: bf4b8c0
  62047: a35d3bc
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jul 20, 2007
1 parent e2c5619 commit 94ac806
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: ba8c3c37db0d6bf5e6de25016975ebfb558d2aba
refs/heads/master: 304e3bb7a15d839cef64b24a1bcc1230b2ae6fa6
2 changes: 1 addition & 1 deletion trunk/sound/pci/rme9652/rme9652.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ static snd_pcm_uframes_t rme9652_hw_pointer(struct snd_rme9652 *rme9652)
} else if (!frag)
return 0;
offset -= rme9652->max_jitter;
if (offset < 0)
if ((int)offset < 0)
offset += period_size * 2;
} else {
if (offset > period_size + rme9652->max_jitter) {
Expand Down

0 comments on commit 94ac806

Please sign in to comment.