summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKrzysztof Wilk <krzysztofx.wilk@intel.com>2013-12-16 17:52:43 +0000
committerDenis Kenzior <denkenz@gmail.com>2013-12-18 00:07:47 -0600
commitc8a3172c009fc5d5a7bce27394e9f6ecff07dae6 (patch)
treeb6c5c0a160f25a7c8978bb49c400a577870da08d /plugins
parent1e14b217b009030501d8f89b6060fecdffd159a5 (diff)
downloadofono-c8a3172c009fc5d5a7bce27394e9f6ecff07dae6.tar.bz2
hfp_hf_bluez5: Enable Siri atom
Diffstat (limited to 'plugins')
-rwxr-xr-x[-rw-r--r--]plugins/hfp_hf_bluez5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/hfp_hf_bluez5.c b/plugins/hfp_hf_bluez5.c
index 18ed348a..aaf779d6 100644..100755
--- a/plugins/hfp_hf_bluez5.c
+++ b/plugins/hfp_hf_bluez5.c
@@ -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)