summaryrefslogtreecommitdiff
path: root/modules/bv32/bv32.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bv32/bv32.c')
-rw-r--r--modules/bv32/bv32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bv32/bv32.c b/modules/bv32/bv32.c
index f604885..d3dd45c 100644
--- a/modules/bv32/bv32.c
+++ b/modules/bv32/bv32.c
@@ -160,7 +160,7 @@ static struct aucodec bv32 = {
static int module_init(void)
{
- aucodec_register(&bv32);
+ aucodec_register(baresip_aucodecl(), &bv32);
return 0;
}