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
This commit is contained in:
Lennart Poettering 2004-09-16 22:07:41 +00:00
parent f9e2058820
commit daf3938a9e
7 changed files with 51 additions and 28 deletions

View file

@ -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;