Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62063
b: refs/heads/master
c: 1c39732
h: refs/heads/master
i:
  62061: b64bd31
  62059: 75a2854
  62055: 5f978ab
  62047: a35d3bc
v: v3
  • Loading branch information
Andrew Morton authored and Jaroslav Kysela committed Jul 20, 2007
1 parent e592428 commit c95530b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 13d457094bc364e942884266036fd1b2ab74308b
refs/heads/master: 1c3973240b94a48766b7bfe743a4fcaad4eab3eb
3 changes: 1 addition & 2 deletions trunk/sound/pci/ali5451/ali5451.c
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,7 @@ static void snd_ali_detect_spdif_rate(struct snd_ali *codec)
return;
}

count = 0;
while (count++ <= 50000) {
for (count = 0; count <= 50000; count++) {
snd_ali_delay(codec, 6);
bval = inb(ALI_REG(codec,ALI_SPDIF_CTRL + 1));
R2 = bval & 0x1F;
Expand Down

0 comments on commit c95530b

Please sign in to comment.