• Alexander Viro's avatar
    [PATCH] misc sound/* fixes · 2b7b3e43
    Alexander Viro authored
    a) ALSA variant of wavefront didn't compile on gcc 2.x with debugging
    turned on - authors heard something about variadic macros on gcc 2.x,
    but screwed it up.  Fixed.
    b) au88x0 relied on char being signed in non-trivial ways.  On ppc it's
    not true.  Fixed by explicit use of s8 (which is what that code really
    wants).
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    2b7b3e43
wavefront_synth.c 52.4 KB