mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
get rid of nonsensical late initialization of namereg/scache and things
This commit is contained in:
parent
4a06af6081
commit
746dc2ac19
9 changed files with 41 additions and 102 deletions
|
|
@ -34,8 +34,6 @@ typedef enum pa_namereg_type {
|
|||
PA_NAMEREG_CARD
|
||||
} pa_namereg_type_t;
|
||||
|
||||
void pa_namereg_free(pa_core *c);
|
||||
|
||||
const char *pa_namereg_register(pa_core *c, const char *name, pa_namereg_type_t type, void *data, pa_bool_t fail);
|
||||
void pa_namereg_unregister(pa_core *c, const char *name);
|
||||
void* pa_namereg_get(pa_core *c, const char *name, pa_namereg_type_t type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue