summaryrefslogtreecommitdiffstats
path: root/src/sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sink.h')
-rw-r--r--src/sink.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sink.h b/src/sink.h
index 394abb5b..d9f80059 100644
--- a/src/sink.h
+++ b/src/sink.h
@@ -15,7 +15,7 @@ struct sink {
char *name;
struct core *core;
- struct sample_spec sample_spec;
+ struct pa_sample_spec sample_spec;
struct idxset *inputs;
struct source *monitor_source;
@@ -27,7 +27,7 @@ struct sink {
void *userdata;
};
-struct sink* sink_new(struct core *core, const char *name, const struct sample_spec *spec);
+struct sink* sink_new(struct core *core, const char *name, const struct pa_sample_spec *spec);
void sink_free(struct sink* s);
int sink_render(struct sink*s, size_t length, struct memchunk *result);