summaryrefslogtreecommitdiffstats
path: root/src/sinkinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sinkinput.h')
-rw-r--r--src/sinkinput.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sinkinput.h b/src/sinkinput.h
index 389d832d..f04ecb95 100644
--- a/src/sinkinput.h
+++ b/src/sinkinput.h
@@ -12,7 +12,7 @@ struct sink_input {
char *name;
struct sink *sink;
- struct sample_spec spec;
+ struct pa_sample_spec sample_spec;
uint8_t volume;
int (*peek) (struct sink_input *i, struct memchunk *chunk);
@@ -23,7 +23,7 @@ struct sink_input {
void *userdata;
};
-struct sink_input* sink_input_new(struct sink *s, struct sample_spec *spec, const char *name);
+struct sink_input* sink_input_new(struct sink *s, struct pa_sample_spec *spec, const char *name);
void sink_input_free(struct sink_input* i);
/* Code that didn't create the input stream should call this function to