Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110882
b: refs/heads/master
c: c534cc8
h: refs/heads/master
v: v3
  • Loading branch information
roel kluin authored and Jaroslav Kysela committed Aug 13, 2008
1 parent f3ce391 commit 4681c05
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: 4f3ea08a129c15f64312cebfac1bfcc228f5caae
refs/heads/master: c534cc849097b84aae70c349770d982e20d0b16a
2 changes: 1 addition & 1 deletion trunk/sound/pci/au88x0/au88x0_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ static void vortex_mixer_init(vortex_t * vortex)

/* Set clipping ceiling (this may be all wrong). */
/*
for (x = 0; x > 0x80; x++) {
for (x = 0; x < 0x80; x++) {
hwwrite(vortex->mmio, VORTEX_MIXER_CLIP + (x << 2), 0x3ffff);
}
*/
Expand Down

0 comments on commit 4681c05

Please sign in to comment.