[alsa-devel] sound/pci/au88x0/au88x0_core.c: incorrect for loop in vortex_mixer_init()

Roel Kluin 12o3l at tiscali.nl
Wed Mar 5 23:27:24 CET 2008


in sound/pci/au88x0/au88x0_core.c:430 (linus' tree) it reads in
commented code:

for (x = 0; x > 0x80; x++) {

Not sure whether this is important but it appears to be incorrect.
should it be 'x < 0x80' ?


More information about the Alsa-devel mailing list