summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/svolume_arm.c
Commit message (Collapse)AuthorAgeFilesLines
* SSE/MMX/ARM: Fix high frequency noise with unusual number of channelsDavid Henningsson2010-10-131-1/+4
| | | | | | | | In the assembly optimized versions of SSE, a noise could occur when the number of channels were 3,5,6 or 7. For MMX and ARM, this could occur when the number of channels were 3. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
* svolume: cleanupsWim Taymans2009-08-201-8/+8
| | | | | Use PA_MAX Use pa_rtclock_now() for benchmarks
* whitespace fixesWim Taymans2009-08-201-121/+121
|
* svolume: add ARM optimized volume scalingWim Taymans2009-08-201-0/+195