summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/audio.conf2
-rw-r--r--audio/manager.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/audio.conf b/audio/audio.conf
index 393d9c20..4ae2dacc 100644
--- a/audio/audio.conf
+++ b/audio/audio.conf
@@ -21,7 +21,7 @@
# Set to true to support HFP (in addition to HSP only which is the default)
# Defaults to false
-EnableHFP=false
+HFP=false
# HFP Gateway features
# Defaults to false
diff --git a/audio/manager.c b/audio/manager.c
index b59e9dbf..461090a3 100644
--- a/audio/manager.c
+++ b/audio/manager.c
@@ -1563,7 +1563,7 @@ static int headset_server_init(DBusConnection *conn, GKeyFile *config)
} else
master = tmp;
- tmp = g_key_file_get_boolean(config, "Headset", "DisableHFP",
+ tmp = g_key_file_get_boolean(config, "Headset", "HFP",
&err);
if (err) {
debug("audio.conf: %s", err->message);