diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-03-05 17:45:44 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-03-05 17:45:44 +0000 |
commit | 5db61cea279f4aae935b073dca99bb6ba37d4d4a (patch) | |
tree | 9c41a2e63b1893b8f68f83083f6b8a8695c95f5b | |
parent | aa4ce3509e6bf62a20e89d680e2792388f0afde1 (diff) |
Use HFP instead of EnableHFP
-rw-r--r-- | audio/audio.conf | 2 | ||||
-rw-r--r-- | audio/manager.c | 2 |
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); |