diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-03-04 13:24:38 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-03-04 13:24:38 +0000 |
commit | 211ec74f0e8ce372dd4958ddc2c7f8747fb65355 (patch) | |
tree | cae661340863f8b85f5479e01e508dd49cda8c29 /audio/audio.conf | |
parent | 0331fdbe6e368524f656b18b8ed4f7bc32b81772 (diff) |
Use "hfp" instead of "no_hfp" and "EnableHFP" instead of "DisableHFP" to make the options more clear to understand (avoid double negatives)
Diffstat (limited to 'audio/audio.conf')
-rw-r--r-- | audio/audio.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |