|
From: Michel <mic...@ii...> - 2001-04-25 22:49:24
|
Ken Tyler wrote: > > Sorry, a bit quick on the go button there! It happens to all of us. :) > Any success with recent patches to 2.4.3 sound ? > > Won't compile here. > > gcc (etc) dmasound_core.o > dmasound_core.c > dmasound_core.c: In function `sq_init': > dmasound_core.c:1264: warning: unused variable `res' > > dmasound_core.c: In function `dmasound_setup': > dmasound_core.c:1625: invalid operands to binary << > > size = ints << 10 > > Which is a shift of an array name. That code is only used when the driver is built into the kernel, that's how it crept in. The fix I just committed builds, let's hope it also makes sense. ;) -- Earthling Michel Dänzer (MrCooper) \ Debian GNU/Linux (powerpc) developer CS student, Free Software enthusiast \ XFree86 and DRI project member |