summaryrefslogtreecommitdiffstats
path: root/drivers/hfpmodem/hfpmodem.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hfpmodem/hfpmodem.c')
-rw-r--r--drivers/hfpmodem/hfpmodem.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hfpmodem/hfpmodem.c b/drivers/hfpmodem/hfpmodem.c
index 615acd38..03b5ea03 100644
--- a/drivers/hfpmodem/hfpmodem.c
+++ b/drivers/hfpmodem/hfpmodem.c
@@ -41,11 +41,14 @@
static int hfpmodem_init(void)
{
+ hfp_voicecall_init();
+
return 0;
}
static void hfpmodem_exit(void)
{
+ hfp_voicecall_exit();
}
OFONO_PLUGIN_DEFINE(hfpmodem, "Hands-Free Profile Driver", VERSION,