aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/call.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/call.c')
-rw-r--r--src/common/call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/call.c b/src/common/call.c
index 9523912..3139634 100644
--- a/src/common/call.c
+++ b/src/common/call.c
@@ -552,7 +552,7 @@ int process_call(void)
return 0;
}
}
- count = sound_read(call.sound, samples, call.latspl);
+ count = sound_read(call.sound, samples, samples, call.latspl);
if (count < 0) {
PDEBUG(DSENDER, DEBUG_ERROR, "Failed to read from sound device (rc = %d)!\n", count);
if (count == -EPIPE)