summaryrefslogtreecommitdiffstats
path: root/include/call-volume.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-09-28 18:23:21 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-09-29 14:56:22 -0500
commit6a271dd25887ac5587f707b521a0d854e2f2e9ba (patch)
tree8731f7624e6fe267dc07f1c90ecdc57c7c7ec14d /include/call-volume.h
parentd76f6747944d147e3abd35a2510e5973a390a5d0 (diff)
downloadofono-6a271dd25887ac5587f707b521a0d854e2f2e9ba.tar.bz2
Refactor: Break up call volume notify
Diffstat (limited to 'include/call-volume.h')
-rw-r--r--include/call-volume.h6
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(