summaryrefslogtreecommitdiffstats
path: root/audio/telephony-dummy.c
diff options
context:
space:
mode:
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;
}