mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-20 06:59:53 -05:00
* drop redundant pa_core argument from module initialization functions
* make pa__done() implementations optional * a couple of modernizations * wrap lt_dlsym() at a single place * allow passing of an "api" argument to the HAL module, to choose whether OSS devices or ALSA devices should be picked up * optimize fd closing a little on linux in the forked gconf helper * save a little memory in the xsmp module git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1615 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
e621071bf1
commit
ffa1708070
33 changed files with 532 additions and 444 deletions
|
|
@ -34,7 +34,7 @@ typedef struct pa_modinfo {
|
|||
} pa_modinfo;
|
||||
|
||||
/* Read meta data from an libtool handle */
|
||||
pa_modinfo *pa_modinfo_get_by_handle(lt_dlhandle dl);
|
||||
pa_modinfo *pa_modinfo_get_by_handle(lt_dlhandle dl, const char *module_name);
|
||||
|
||||
/* Read meta data from a module file */
|
||||
pa_modinfo *pa_modinfo_get_by_name(const char *name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue