echo-cancel: Ensure correct handling of endianness
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Thu, 23 Sep 2010 12:16:00 +0000 (17:46 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Thu, 23 Sep 2010 12:16:00 +0000 (17:46 +0530)
commit6897217d26066353492b6b906ddbaa58c2dae054
tree87093269fb4320b628d380b9dc7f153367bfd337
parent83d3c8f22bab997dde81074fd547aef6e56451d5
echo-cancel: Ensure correct handling of endianness

The adrian module was using home-brewed endianness conversion instead of
the appropriate mactos, and speex assumed a little-endian host. This
fixes both of these.
src/modules/echo-cancel/adrian.c
src/modules/echo-cancel/speex.c