playback.c: don't assume cacheline size is 16 bytes
commitabb09c9d46335a0a61b0a666e7b4970187b5e958
authorfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Wed, 23 Jun 2010 04:34:18 +0000 (23 04:34 +0000)
committerfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Wed, 23 Jun 2010 04:34:18 +0000 (23 04:34 +0000)
tree4ad37b2a4800ce99687fcb9d5eb0877c888eaa55
parentbe24a336f4c2c733f38414f7171a1492afc0f9d2
playback.c: don't assume cacheline size is 16 bytes

ideally all targets should define CACHEALIGN_BITS, for now we default it
to 16 bytes if it's not specified

Since the buffer is already aligned in playback.c no need to align it
again in buffering.c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27073 a1c6a512-1295-4272-9138-f99709370657
apps/buffering.c
apps/playback.c
firmware/export/system.h