summaryrefslogtreecommitdiffstats
path: root/audio/telephony.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-04 15:39:00 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-04 15:39:00 +0300
commit09c1b1ac6c7da499430445eb51d346f907daa00c (patch)
tree80dd7faf8d9188b37d5e5870dedfda5dcded01ca /audio/telephony.h
parent70d1d32c6eebef45adfa46e714a8f78482007f52 (diff)
Add a telephony_ready callback to notify initialization completion
Diffstat (limited to 'audio/telephony.h')
-rw-r--r--audio/telephony.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/telephony.h b/audio/telephony.h
index 21d5af4d..4cc74ede 100644
--- a/audio/telephony.h
+++ b/audio/telephony.h
@@ -40,18 +40,15 @@ struct indicator {
int val;
};
-int telephony_features_req(void);
-void telephony_features_rsp(uint32_t features);
-
-struct indicator *telephony_indicators_req(void);
-
int telephony_event_reporting_req(int ind);
-int telephony_event_ind(int index, int value);
+int telephony_event_ind(int index);
int telephony_response_and_hold_req(int rh);
int telephony_response_and_hold_ind(int rh);
+int telephony_ready(uint32_t features, struct indicator *indicators, int rh);
+
int telephony_init(void);
void telephony_exit(void);