Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the following warnings (which now cause buildd failures in Ubuntu 10.04): | Daniel T Chen | 2010-01-15 | 1 | -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> | ||||
* | More src/pulsecore/cpu-arm.c FTBFS fixes | Daniel T Chen | 2010-01-15 | 1 | -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> | ||||
* | port a few things over to use xmalloc and friends instead of low-level libc ↵ | Lennart Poettering | 2009-08-23 | 1 | -11/+10 |
| | | | | malloc/free directly | ||||
* | whitespace fixes | Wim Taymans | 2009-08-20 | 1 | -16/+16 |
| | |||||
* | arm: implement ARM cpu detection | Wim Taymans | 2009-08-20 | 1 | -5/+102 |
| | |||||
* | svolume: add ARM optimized volume scaling | Wim Taymans | 2009-08-20 | 1 | -0/+43 |