On Fri, 2009-07-10 at 15:02 +0300, Artem Bityutskiy wrote: > On Fri, 2009-07-10 at 17:25 +0530, vimal singh wrote: > > + /* The fifo depth is 64 bytes. We have a sync at each frame and frame > > + * length is 64 bytes. > > + */ > > + int buf_len = len/64; > > To optimize performance it is better not to rely on gcc and use << If you ever see gcc screwing up division of an 'int' by a constant 64, file a GCC bug. -- David Woodhouse Open Source Technology Centre David.Woodhouse@xxxxxxxxx Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html