diff options
Diffstat (limited to 'include/call-volume.h')
-rw-r--r-- | include/call-volume.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/call-volume.h b/include/call-volume.h index 646b4b11..d8af0082 100644 --- a/include/call-volume.h +++ b/include/call-volume.h @@ -47,8 +47,10 @@ struct ofono_call_volume_driver { ofono_call_volume_cb_t cb, void *data); }; -void ofono_call_volume_notify(struct ofono_call_volume *cv, - const char *property, unsigned char percent); +void ofono_call_volume_set_speaker_volume(struct ofono_call_volume *cv, + unsigned char percent); +void ofono_call_volume_set_microphone_volume(struct ofono_call_volume *cv, + unsigned char percent); int ofono_call_volume_driver_register(const struct ofono_call_volume_driver *d); void ofono_call_volume_driver_unregister( |