summaryrefslogtreecommitdiffstats
path: root/polyp/autoload.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-16 22:07:41 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-16 22:07:41 +0000
commitdaf3938a9e5b50c3e52c0ae889e4d02b548fa78a (patch)
tree8085694bc8fa63ecb9f6e02288ce961ff7cf5d04 /polyp/autoload.h
parentf9e2058820c2a51994708ad11d1ed8e09b12b8b1 (diff)
add support for subscribing to autoload table changes
fix module-combine so that the sample rate of at least one streams is not changed from the original git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@206 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/autoload.h')
-rw-r--r--polyp/autoload.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/polyp/autoload.h b/polyp/autoload.h
index cdf76239..f80b1f0d 100644
--- a/polyp/autoload.h
+++ b/polyp/autoload.h
@@ -25,6 +25,7 @@
#include "namereg.h"
struct pa_autoload_entry {
+ struct pa_core *core;
char *name;
enum pa_namereg_type type;
int in_action;