From ee3fbeb03b503bedcc1f61791e678eb9998c4d3e Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 28 Oct 2017 07:11:40 +0200 Subject: Split call control from built-in call console by using MNCC layer --- src/r2000/dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/r2000/dsp.c') 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; } } -- cgit v1.2.3