summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-02-05 17:05:15 -0800
committerJohan Hedberg <johan.hedberg@nokia.com>2009-02-05 17:05:15 -0800
commit3a10c38abd42c4c3f5b481982ed4394dce0ecaf8 (patch)
tree55af07c0c58d60fc891d4085fa11b84c79d5f326 /audio
parentc132a2c6401352698139515bbb2b3153495f8b4b (diff)
Add missing translation for CSD_CALL_STATUS_WAITING
Diffstat (limited to 'audio')
-rw-r--r--audio/telephony-maemo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c
index 43cc4a26..be903c15 100644
--- a/audio/telephony-maemo.c
+++ b/audio/telephony-maemo.c
@@ -639,6 +639,8 @@ static int csd_status_to_hfp(struct csd_call *call)
return -1;
case CSD_CALL_STATUS_CREATE:
return CALL_STATUS_DIALING;
+ case CSD_CALL_STATUS_WAITING:
+ return CALL_STATUS_WAITING;
case CSD_CALL_STATUS_PROCEEDING:
/* PROCEEDING can happen in outgoing/incoming */
if (call->originating)