summaryrefslogtreecommitdiff
path: root/audio_dummy.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_dummy.c
parent4613ee6bcbc094e7f3e38f7a70684a017e3fe528 (diff)
Add the idea of a preflight message to tell the backend that frames will be coming...
Diffstat (limited to 'audio_dummy.c')
-rw-r--r--audio_dummy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio_dummy.c b/audio_dummy.c
index d8dea87..69518cd 100644
--- a/audio_dummy.c
+++ b/audio_dummy.c
@@ -65,6 +65,7 @@ audio_output audio_dummy = {.name = "dummy",
.is_running = NULL,
.flush = NULL,
.delay = NULL,
+ .preflight = NULL,
.play = &play,
.volume = NULL,
.parameters = NULL,