From 5c607b7899fd4e555b0d73e3dbe0ea0b4f6e6cfa Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 3 Sep 2008 13:50:50 +0300 Subject: Add skeleton for basic telephony functions --- audio/telephony-dummy.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'audio/telephony-dummy.c') diff --git a/audio/telephony-dummy.c b/audio/telephony-dummy.c index b698893e..9d07f56a 100644 --- a/audio/telephony-dummy.c +++ b/audio/telephony-dummy.c @@ -27,3 +27,21 @@ #endif #include "telephony.h" + +int telephony_init(void) +{ + return 0; +} + +void telephony_exit(void) +{ +} + +int telephony_features_req(void) +{ + uint32_t features = 0; + + telephony_features_rsp(features); + + return 0; +} -- cgit