summaryrefslogtreecommitdiffstats
path: root/audio/telephony.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-11-27 18:38:03 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-11-27 18:38:03 +0200
commita04f48420ffc2c1a33e743d5075f24809161b2fd (patch)
tree14f017095e84aeb5f01189cc09de2f7df731cec2 /audio/telephony.h
parent7fa0fd3049a4034fc347d7035d56ca1682a24856 (diff)
Implement support for AT+NREC
This patch adds support for the AT+NREC command which can be used for disabling noice reduction and echo canceling features on the AG side.
Diffstat (limited to 'audio/telephony.h')
-rw-r--r--audio/telephony.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/telephony.h b/audio/telephony.h
index 5e972e74..0eb0f44e 100644
--- a/audio/telephony.h
+++ b/audio/telephony.h
@@ -146,6 +146,7 @@ void telephony_subscriber_number_req(void *telephony_device);
void telephony_list_current_calls_req(void *telephony_device);
void telephony_operator_selection_req(void *telephony_device);
void telephony_call_hold_req(void *telephony_device, const char *cmd);
+void telephony_disable_nr_and_ec_req(void *telephony_device);
/* AG responses to HF requests. These are implemented by headset.c */
int telephony_event_reporting_rsp(void *telephony_device, cme_error_t err);
@@ -159,6 +160,7 @@ int telephony_subscriber_number_rsp(void *telephony_device, cme_error_t err);
int telephony_list_current_calls_rsp(void *telephony_device, cme_error_t err);
int telephony_operator_selection_rsp(void *telephony_device, cme_error_t err);
int telephony_call_hold_rsp(void *telephony_device, cme_error_t err);
+int telephony_disable_nr_and_ec_rsp(void *telephony_device, cme_error_t err);
/* Event indications by AG. These are implemented by headset.c */
int telephony_event_ind(int index);