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 a6f98005..1678fc75 100644
--- a/src/sink.h
+++ b/src/sink.h
@@ -22,8 +22,8 @@ struct sink {
uint8_t volume;
- void (*notify_callback)(struct sink*sink, void *userdata);
- void *userdata;
+ void (*notify)(struct sink*sink, void *userdata);
+ void *notify_userdata;
};
struct sink* sink_new(struct core *core, const char *name, const struct sample_spec *spec);