mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 16:38:01 +00:00
Closes: https://bugs.gentoo.org/964612 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Part-of: https://github.com/gentoo/gentoo/pull/44747 Closes: https://github.com/gentoo/gentoo/pull/44747 Signed-off-by: Sam James <sam@gentoo.org>
11 lines
355 B
Diff
11 lines
355 B
Diff
--- a/Receivers/unix/jack.c
|
|
+++ b/Receivers/unix/jack.c
|
|
@@ -107,7 +107,7 @@ jo_data;
|
|
static int init_resampler();
|
|
static int init_channels();
|
|
static int connect_ports();
|
|
-static int process_source_data();
|
|
+static int process_source_data(receiver_data_t *data);
|
|
|
|
// JACK realtime process callback
|
|
int jack_process(jack_nframes_t nframes, void *arg);
|