mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
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:
parent
f9e2058820
commit
daf3938a9e
7 changed files with 51 additions and 28 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue