summaryrefslogtreecommitdiffstats
path: root/include/xas
diff options
context:
space:
mode:
authorXANTRONIX Development2022-01-15 16:58:50 -0500
committerXANTRONIX Development2022-01-15 16:58:50 -0500
commitfc148fe8f7c765fd37f3f723a1fc6fe870a43a67 (patch)
treecb77a5dc2ffe0d14bcd69877ef73e553d4e5ea60 /include/xas
parent712c1bafab413143b1edcd868a736f0fe6f026b9 (diff)
downloadxas-fc148fe8f7c765fd37f3f723a1fc6fe870a43a67.tar.gz
xas-fc148fe8f7c765fd37f3f723a1fc6fe870a43a67.tar.bz2
xas-fc148fe8f7c765fd37f3f723a1fc6fe870a43a67.zip
Good drone!!!
Diffstat (limited to 'include/xas')
-rw-r--r--include/xas/audio.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/xas/audio.h b/include/xas/audio.h
index 4ffc430..8a7fe4e 100644
--- a/include/xas/audio.h
+++ b/include/xas/audio.h
@@ -11,10 +11,10 @@ enum xas_audio_stream_type {
typedef struct _xas_audio_stream xas_audio_stream;
-typedef int (*xas_audio_drain)(void *ctx,
- void *samples,
- size_t count,
- xas_audio_stream *stream);
+typedef ssize_t (*xas_audio_drain)(void *ctx,
+ void *samples,
+ size_t count,
+ xas_audio_stream *stream);
typedef ssize_t (*xas_audio_fill)(void *ctx,
void *samples,