Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179129
b: refs/heads/master
c: 9980c62
h: refs/heads/master
i:
  179127: 89c01a9
v: v3
  • Loading branch information
Roel Kluin authored and Takashi Iwai committed Dec 28, 2009
1 parent 3b92133 commit f145ed5
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: dfb12eeb0f04b37e5eb3858864d074af4ecd2ac7
refs/heads/master: 9980c6209ebc2a02eb3ca51a4fae1e17f645c868
2 changes: 1 addition & 1 deletion trunk/sound/pci/riptide/riptide.c
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ setsamplerate(struct cmdif *cif, unsigned char *intdec, unsigned int rate)
rptr.retwords[2] != M &&
rptr.retwords[3] != N &&
i++ < MAX_WRITE_RETRY);
if (i == MAX_WRITE_RETRY) {
if (i > MAX_WRITE_RETRY) {
snd_printdd("sent samplerate %d: %d failed\n",
*intdec, rate);
return -EIO;
Expand Down

0 comments on commit f145ed5

Please sign in to comment.