summaryrefslogtreecommitdiffstats
path: root/audio/headset.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/headset.c')
-rw-r--r--audio/headset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/headset.c b/audio/headset.c
index b14261ce..1a884b65 100644
--- a/audio/headset.c
+++ b/audio/headset.c
@@ -249,7 +249,7 @@ static int terminate_call(struct device *device, const char *buf)
int err;
dbus_connection_emit_signal(device->conn, device->path,
- AUDIO_HEADSET_INTERFACE, "TerminateCall",
+ AUDIO_HEADSET_INTERFACE, "CallTerminated",
DBUS_TYPE_INVALID);
if (hs->ring_timer) {
@@ -1472,7 +1472,7 @@ static DBusSignalVTable headset_signals[] = {
{ "Playing", "" },
{ "SpeakerGainChanged", "q" },
{ "MicrophoneGainChanged", "q" },
- { "TerminateCall", "" },
+ { "CallTerminated", "" },
{ NULL, NULL }
};