]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/pci/au88x0/au88x0_core.c
ALSA: au88x0: clipping ceiling loop wrong in comment
[linux-2.6-omap-h63xx.git] / sound / pci / au88x0 / au88x0_core.c
index 333c62de862042f3672b3cf06c87c59c4cd8c707..1900fa6bc51e34c0b71e21569d2e9728011e1553 100644 (file)
@@ -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);
        }
        */