diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-05 17:05:15 -0800 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-05 17:05:15 -0800 |
commit | 3a10c38abd42c4c3f5b481982ed4394dce0ecaf8 (patch) | |
tree | 55af07c0c58d60fc891d4085fa11b84c79d5f326 | |
parent | c132a2c6401352698139515bbb2b3153495f8b4b (diff) |
Add missing translation for CSD_CALL_STATUS_WAITING
-rw-r--r-- | audio/telephony-maemo.c | 2 |
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) |