summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/cpu-arm.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary #includesMaarten Bosmans2011-06-221-1/+0
|
* Fix up some double spacesMaarten Bosmans2011-03-181-1/+1
|
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-18/+18
| | | | Only whitespace changes in here
* cpu: Add CPU information to pa_coreArun Raghavan2010-09-231-16/+23
| | | | | | This retains CPU information (processor type and supported features) in pa_core, so that this information can be used by modules at init time to figure out what optimisations may be used.
* More src/pulsecore/cpu-arm.c FTBFS fixesDaniel T Chen2009-12-221-2/+3
| | | | | | | Fix missing argument to pa_read(), and be consistent with declaration of state variable in pa_cpu_init_arm(). Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
* Fix the following warnings (which now cause buildd failures in Ubuntu 10.04):Daniel T Chen2009-12-221-0/+1
| | | | | | | | | | | | pulsecore/cpu-arm.c: In function 'get_cpuinfo': pulsecore/cpu-arm.c:70: warning: implicit declaration of function 'pa_read' [-Wimplicit-function-declaration] pulsecore/cpu-arm.c:72: warning: implicit declaration of function 'pa_close' [-Wimplicit-function-declaration] pulsecore/cpu-arm.c: In function 'pa_cpu_init_arm': pulsecore/cpu-arm.c:110: warning: implicit declaration of function 'pa_split_spaces' [-Wimplicit-function-declaration] pulsecore/cpu-arm.c:110: warning: assignment makes pointer from integer without a cast Function `pa_split_spaces' implicitly converted to pointer at pulsecore/cpu-arm.c:110 Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
* use cloexec wrappers wherever applicableLennart Poettering2009-10-301-1/+1
|
* port a few things over to use xmalloc and friends instead of low-level libc ↵Lennart Poettering2009-08-231-11/+10
| | | | malloc/free directly
* whitespace fixesWim Taymans2009-08-201-16/+16
|
* arm: implement ARM cpu detectionWim Taymans2009-08-201-5/+102
|
* svolume: add ARM optimized volume scalingWim Taymans2009-08-201-0/+43