From 211ec74f0e8ce372dd4958ddc2c7f8747fb65355 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 4 Mar 2008 13:24:38 +0000 Subject: Use "hfp" instead of "no_hfp" and "EnableHFP" instead of "DisableHFP" to make the options more clear to understand (avoid double negatives) --- audio/audio.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/audio.conf') diff --git a/audio/audio.conf b/audio/audio.conf index 0d733105..07ed3ea4 100644 --- a/audio/audio.conf +++ b/audio/audio.conf @@ -16,9 +16,9 @@ # service interacts with remote headset devices) [Headset] -# Set to true to only support HSP +# Set to true to support HFP (in addition to HSP only which is the default) # Defaults to false -DisableHFP=true +EnableHFP=false # HFP Gateway features # Defaults to false -- cgit