summaryrefslogtreecommitdiffstats
path: root/src/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/source.h')
-rw-r--r--src/source.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/source.h b/src/source.h
index 078fb1c9..04f3984f 100644
--- a/src/source.h
+++ b/src/source.h
@@ -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 */