]> code.delx.au - pulseaudio/blobdiff - src/source.h
main part of the native protocol
[pulseaudio] / src / source.h
index 078fb1c9a4d1ecb510b7dbbf439c3a6415684c34..04f3984f7379816c8acdf72a0e553f8ec20bad76 100644 (file)
@@ -14,14 +14,14 @@ struct source {
     
     char *name;
     struct core *core;
-    struct sample_spec sample_spec;
+    struct pa_sample_spec sample_spec;
     struct idxset *outputs;
 
     void (*notify)(struct source*source);
     void *userdata;
 };
 
-struct source* source_new(struct core *core, const char *name, const struct sample_spec *spec);
+struct source* source_new(struct core *core, const char *name, const struct pa_sample_spec *spec);
 void source_free(struct source *s);
 
 /* Pass a new memory block to all output streams */