summaryrefslogtreecommitdiff
path: root/audio_jack.c
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-01-07 17:34:50 +0000
committerMike Brady <mikebrady@eircom.net>2019-01-07 17:34:50 +0000
commitcaf06c5aba0925860791e36855545f9f4a4e00a8 (patch)
tree5af86200528ad5a76370edacecc5121ae743bf6b /audio_jack.c
parent4613ee6bcbc094e7f3e38f7a70684a017e3fe528 (diff)
Add the idea of a preflight message to tell the backend that frames will be coming...
Diffstat (limited to 'audio_jack.c')
-rw-r--r--audio_jack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio_jack.c b/audio_jack.c
index 11ae607..90f08ac 100644
--- a/audio_jack.c
+++ b/audio_jack.c
@@ -67,6 +67,7 @@ audio_output audio_jack = {.name = "jack",
.is_running = &jack_is_running,
.flush = &jack_flush,
.delay = &jack_delay,
+ .preflight = NULL,
.play = &play,
.volume = NULL,
.parameters = NULL,