From 4afc7980a64dcd4abd1bb79d048f7ea363e99cd1 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Wed, 22 Mar 2017 12:52:14 +0100 Subject: Ausrc auplay reentrant (#227) * ausrc: re-entrant api * fix ausrc api for linux * fix ccheck * auplay: make it re-entrant * auplay: update more modules --- test/mock/mock_ausrc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/mock/mock_ausrc.c b/test/mock/mock_ausrc.c index 297e018..39512f1 100644 --- a/test/mock/mock_ausrc.c +++ b/test/mock/mock_ausrc.c @@ -85,5 +85,6 @@ static int mock_ausrc_alloc(struct ausrc_st **stp, const struct ausrc *as, int mock_ausrc_register(struct ausrc **ausrcp) { - return ausrc_register(ausrcp, "mock-ausrc", mock_ausrc_alloc); + return ausrc_register(ausrcp, baresip_ausrcl(), + "mock-ausrc", mock_ausrc_alloc); } -- cgit v1.2.3