summaryrefslogtreecommitdiff
path: root/examples/jackd-talker/jack.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/jackd-talker/jack.h')
-rw-r--r--examples/jackd-talker/jack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/jackd-talker/jack.h b/examples/jackd-talker/jack.h
index c78dc1ab..1e96bfb0 100644
--- a/examples/jackd-talker/jack.h
+++ b/examples/jackd-talker/jack.h
@@ -2,9 +2,10 @@
#define _AVB_JACK_H
#define DEFAULT_RINGBUFFER_SIZE 32768
+extern struct mrp_talker_ctx *ctx;
/* Prototypes */
-jack_client_t* init_jack(void);
+jack_client_t* init_jack(struct mrp_talker_ctx *ctx);
void stop_jack(jack_client_t* client);
#endif /* _AVB_JACK_H */