From 3bb39cb82ce754199bffdee1fbea66cd006b8577 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 5 Dec 2008 15:38:52 +0200 Subject: Update to match new telephony_disable_nr_and_ec_req API --- audio/telephony-maemo.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'audio/telephony-maemo.c') diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c index 760caed3..c91bb969 100644 --- a/audio/telephony-maemo.c +++ b/audio/telephony-maemo.c @@ -762,9 +762,10 @@ void telephony_call_hold_req(void *telephony_device, const char *cmd) telephony_call_hold_rsp(telephony_device, CME_ERROR_NONE); } -void telephony_disable_nr_and_ec_req(void *telephony_device) +void telephony_disable_nr_and_ec_req(void *telephony_device, gboolean enable) { - debug("telephony-maemo: got disable NR and EC request"); + debug("telephony-maemo: got %s NR and EC request", + enable ? "enable" : "disable"); telephony_disable_nr_and_ec_rsp(telephony_device, CME_ERROR_NONE); } -- cgit