diff options
Diffstat (limited to 'sound/pci/au88x0')
-rw-r--r-- | sound/pci/au88x0/au88x0_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/au88x0/au88x0_core.c b/sound/pci/au88x0/au88x0_core.c index 333c62de8620..1900fa6bc51e 100644 --- a/sound/pci/au88x0/au88x0_core.c +++ b/sound/pci/au88x0/au88x0_core.c | |||
@@ -427,7 +427,7 @@ static void vortex_mixer_init(vortex_t * vortex) | |||
427 | 427 | ||
428 | /* Set clipping ceiling (this may be all wrong). */ | 428 | /* Set clipping ceiling (this may be all wrong). */ |
429 | /* | 429 | /* |
430 | for (x = 0; x > 0x80; x++) { | 430 | for (x = 0; x < 0x80; x++) { |
431 | hwwrite(vortex->mmio, VORTEX_MIXER_CLIP + (x << 2), 0x3ffff); | 431 | hwwrite(vortex->mmio, VORTEX_MIXER_CLIP + (x << 2), 0x3ffff); |
432 | } | 432 | } |
433 | */ | 433 | */ |