From 09c1b1ac6c7da499430445eb51d346f907daa00c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 4 Sep 2008 15:39:00 +0300 Subject: Add a telephony_ready callback to notify initialization completion --- audio/telephony-dummy.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'audio/telephony-dummy.c') 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; } -- cgit