mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
draining ind native protocol
fixes in callback code on object destruction simple protocol git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@52 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f8cbde54da
commit
e8d1185c42
38 changed files with 843 additions and 364 deletions
|
|
@ -73,7 +73,7 @@ static void io_callback(struct pa_iochannel *io, void*userdata) {
|
|||
do_write(u);
|
||||
}
|
||||
|
||||
int module_init(struct pa_core *c, struct pa_module*m) {
|
||||
int pa_module_init(struct pa_core *c, struct pa_module*m) {
|
||||
struct userdata *u = NULL;
|
||||
struct stat st;
|
||||
char *p;
|
||||
|
|
@ -137,7 +137,7 @@ fail:
|
|||
return -1;
|
||||
}
|
||||
|
||||
void module_done(struct pa_core *c, struct pa_module*m) {
|
||||
void pa_module_done(struct pa_core *c, struct pa_module*m) {
|
||||
struct userdata *u;
|
||||
assert(c && m);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue