hfp_hf_bluez5: Enable Siri atom

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

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

@ -48,6 +48,7 @@
#include <ofono/call-volume.h>
#include <ofono/handsfree.h>
#include <ofono/handsfree-audio.h>
#include <ofono/siri.h>
#include <drivers/atmodem/atutil.h>
#include <drivers/hfpmodem/slc.h>
@ -296,6 +297,7 @@ static void hfp_pre_sim(struct ofono_modem *modem)
ofono_netreg_create(modem, 0, "hfpmodem", &hfp->info);
ofono_handsfree_create(modem, 0, "hfpmodem", &hfp->info);
ofono_call_volume_create(modem, 0, "hfpmodem", &hfp->info);
ofono_siri_create(modem, 0, "hfpmodem", &hfp->info);
}
static void hfp_post_sim(struct ofono_modem *modem)