osmo-trx/Transceiver52M/arm
Tom Tsou 99cf930f9a Transceiver52M: Fix ARM build issues
Patch f147b174 "sigproc: Make convolution and convert input buffers
immutable" changed the internal conversion interface with the addition
of the const type qualifier. This change was not reflected on ARM builds
which led to build failure. Add const qualifier to resolve build issue.

Signed-off-by: Tom Tsou <tom.tsou@ettus.com>
2015-11-09 12:06:33 -08:00
..
Makefile.am Transceiver52M: Add NEON complex-complex multiply 2013-11-15 23:34:59 -05:00
convert.c Transceiver52M: Fix ARM build issues 2015-11-09 12:06:33 -08:00
convert_neon.S Transceiver52M: Add ARM NEON support 2013-11-15 23:32:35 -05:00
convolve.c Transceiver52M: Add ARM NEON support 2013-11-15 23:32:35 -05:00
convolve_neon.S Transceiver52M: Add ARM NEON support 2013-11-15 23:32:35 -05:00
mult.c Transceiver52M: Add NEON complex-complex multiply 2013-11-15 23:34:59 -05:00
mult_neon.S Transceiver52M: Add NEON complex-complex multiply 2013-11-15 23:34:59 -05:00
scale.c Transceiver52M: Add ARM NEON support 2013-11-15 23:32:35 -05:00
scale_neon.S Transceiver52M: Add ARM NEON support 2013-11-15 23:32:35 -05:00