aboutsummaryrefslogtreecommitdiff
path: root/sio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sio.c')
-rw-r--r--sio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sio.c b/sio.c
index 1dffbde..7c1eeef 100644
--- a/sio.c
+++ b/sio.c
@@ -69,6 +69,8 @@ init_sio(void)
sio->buffer = calloc(sio->samples * sio->par.rchan, sizeof(int16_t));
assert(sio->buffer);
+ warnx("max samples: %d", sio->samples);
+
sio_start(sio->sio);
return sio;