diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-09-29 14:30:00 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-09-29 14:56:22 -0500 |
commit | b015cd655ae4f061a2162df46d2beb1e17823ef6 (patch) | |
tree | a84e92343c8c747e8e4bd39df8ea3229775e79df | |
parent | 13c46b9781d1563bf01c99a7763a07edd10a6c56 (diff) | |
download | ofono-b015cd655ae4f061a2162df46d2beb1e17823ef6.tar.bz2 |
Add call volume to phonesim plugin
-rw-r--r-- | plugins/phonesim.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/phonesim.c b/plugins/phonesim.c index c7385985..02ce443b 100644 --- a/plugins/phonesim.c +++ b/plugins/phonesim.c @@ -43,6 +43,7 @@ #include <ofono/call-forwarding.h> #include <ofono/call-meter.h> #include <ofono/call-settings.h> +#include <ofono/call-volume.h> #include <ofono/cbs.h> #include <ofono/devinfo.h> #include <ofono/message-waiting.h> @@ -276,6 +277,7 @@ static void phonesim_post_sim(struct ofono_modem *modem) ofono_call_meter_create(modem, 0, "atmodem", data->chat); ofono_call_barring_create(modem, 0, "atmodem", data->chat); ofono_ssn_create(modem, 0, "atmodem", data->chat); + ofono_call_volume_create(modem, 0, "atmodem", data->chat); if (!data->calypso) { ofono_sms_create(modem, 0, "atmodem", data->chat); |