summaryrefslogtreecommitdiffstats
path: root/include/call-volume.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/call-volume.h')
-rw-r--r--include/call-volume.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/include/call-volume.h b/include/call-volume.h
index ba2758f3..646b4b11 100644
--- a/include/call-volume.h
+++ b/include/call-volume.h
@@ -40,19 +40,15 @@ struct ofono_call_volume_driver {
void *data);
void (*remove)(struct ofono_call_volume *cv);
void (*speaker_volume)(struct ofono_call_volume *cv,
- unsigned char percent,
- ofono_call_volume_cb_t cb, void *data);
+ unsigned char percent,
+ ofono_call_volume_cb_t cb, void *data);
void (*microphone_volume)(struct ofono_call_volume *cv,
- unsigned char percent,
- ofono_call_volume_cb_t cb, void *data);
+ unsigned char percent,
+ ofono_call_volume_cb_t cb, void *data);
};
void ofono_call_volume_notify(struct ofono_call_volume *cv,
const char *property, unsigned char percent);
-DBusMessage *ofono_set_call_volume(DBusMessage *msg,
- struct ofono_call_volume *cv,
- const char *property,
- unsigned char percent);
int ofono_call_volume_driver_register(const struct ofono_call_volume_driver *d);
void ofono_call_volume_driver_unregister(