hfp_hf_bluez4: Enable Siri atom

This commit is contained in:
Krzysztof Wilk 2013-12-16 17:52:42 +00:00 committed by Denis Kenzior
parent 171d4dee76
commit 1e14b217b0
1 changed files with 2 additions and 0 deletions

2
plugins/hfp_hf_bluez4.c Normal file → Executable file
View File

@ -44,6 +44,7 @@
#include <ofono/voicecall.h>
#include <ofono/call-volume.h>
#include <ofono/handsfree.h>
#include <ofono/siri.h>
#include <drivers/hfpmodem/slc.h>
@ -490,6 +491,7 @@ static void hfp_pre_sim(struct ofono_modem *modem)
ofono_netreg_create(modem, 0, "hfpmodem", &data->info);
ofono_call_volume_create(modem, 0, "hfpmodem", &data->info);
ofono_handsfree_create(modem, 0, "hfpmodem", &data->info);
ofono_siri_create(modem, 0, "hfpmodem", &data->info);
}
static void hfp_post_sim(struct ofono_modem *modem)