]> code.delx.au - pulseaudio/commit
cpu: Add CPU information to pa_core
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 14 Sep 2010 09:51:49 +0000 (15:21 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Thu, 23 Sep 2010 11:47:03 +0000 (17:17 +0530)
commitab4223e9cffbc21399c0468dd89a2e57122fbfee
treef8111c47778ff5f8b0f42f0dd60cda7fb9193625
parentffcf3c8a6c3f8a98eaa9bad5b9b573fa843da9cb
cpu: Add CPU information to pa_core

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.
src/Makefile.am
src/daemon/main.c
src/pulsecore/core.h
src/pulsecore/cpu-arm.c
src/pulsecore/cpu-arm.h
src/pulsecore/cpu-x86.c
src/pulsecore/cpu-x86.h
src/pulsecore/cpu.h [new file with mode: 0644]