summaryrefslogtreecommitdiffstats
path: root/audio/telephony-dummy.c
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-dummy.c
parent70d1d32c6eebef45adfa46e714a8f78482007f52 (diff)
Add a telephony_ready callback to notify initialization completion
Diffstat (limited to 'audio/telephony-dummy.c')
-rw-r--r--audio/telephony-dummy.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/audio/telephony-dummy.c b/audio/telephony-dummy.c
index 73d367c1..b4658e01 100644
--- a/audio/telephony-dummy.c
+++ b/audio/telephony-dummy.c
@@ -55,15 +55,6 @@ static struct indicator indicators[] =
{ NULL }
};
-int telephony_features_req(void)
-{
- uint32_t features = 0;
-
- telephony_features_rsp(features);
-
- return 0;
-}
-
struct indicator *telephony_indicators_req(void)
{
return indicators;
@@ -90,6 +81,7 @@ int telephony_response_and_hold_req(int rh)
int telephony_init(void)
{
+ telephony_ready(0, indicators, -1);
return 0;
}