aboutsummaryrefslogtreecommitdiffstats
path: root/src/r2000/dsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/r2000/dsp.c')
-rw-r--r--src/r2000/dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r2000/dsp.c b/src/r2000/dsp.c
index d689971..f34889e 100644
--- a/src/r2000/dsp.c
+++ b/src/r2000/dsp.c
@@ -282,7 +282,7 @@ void sender_receive(sender_t *sender, sample_t *samples, int length, double __at
for (i = 0; i < count; i++) {
spl[pos++] = samples[i];
if (pos == 160) {
- call_tx_audio(r2000->callref, spl, 160);
+ call_up_audio(r2000->callref, spl, 160);
pos = 0;
}
}