summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-07 11:51:50 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-10-07 11:51:50 +0200
commit43935523c41ec9b40f65e51b9d912239ded47066 (patch)
treede37b33a751149183c6d90340dff3260ac4bc240 /audio
parent352a65d3de4fdf6e1e507f958685097f33e3b899 (diff)
Send a proper reply to call waiting notification request
Diffstat (limited to 'audio')
-rw-r--r--audio/headset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/headset.c b/audio/headset.c
index 9887375c..7e2b840d 100644
--- a/audio/headset.c
+++ b/audio/headset.c
@@ -915,7 +915,7 @@ static int call_waiting_notify(struct audio_device *device, const char *buf)
debug("Call waiting notification disabled for headset %p", hs);
}
- return 0;
+ return headset_send(hs, "\r\nOK\r\n");
}
static struct event event_callbacks[] = {