mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
core: Add pa_cpu_init() / cpu.c
move code dealing with CPU specific code path initialization from daemon/main.c to pulsecore/cpu.c Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
f508b34b8b
commit
380591eb18
4 changed files with 38 additions and 12 deletions
|
|
@ -42,4 +42,6 @@ struct pa_cpu_info {
|
|||
} flags;
|
||||
};
|
||||
|
||||
void pa_cpu_init(pa_cpu_info *cpu_info);
|
||||
|
||||
#endif /* foocpuhfoo */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue