diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-16 09:08:26 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-16 09:08:26 +0000 |
commit | 3eb854122f31b55fc4ba56b5ce555c380947f710 (patch) | |
tree | 5bfa292df6b6fca3f013a75555859402571bd0ef /audio/audio.conf | |
parent | e65858be07f86fe12756c67a20a5f45debfcc250 (diff) |
Reorganize audio.conf parsing in a more modular manner
Diffstat (limited to 'audio/audio.conf')
-rw-r--r-- | audio/audio.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/audio.conf b/audio/audio.conf index 3fe8965f..ae9742b8 100644 --- a/audio/audio.conf +++ b/audio/audio.conf @@ -20,6 +20,18 @@ # Defaults to false DisableHFP=true +# HFP Gateway features +# Defaults to false +3WayCalling=false +EchoCancelNoiseCancel=false +VoiceRecognition=false +InBandRingtone=false +VoiceTags=false +RejectingCalls=false +EnhancedCallStatus=false +EnhancedCallControl=false +ExtendedErrorResultCodes=false + # Just an example of potential config options for the other interfaces #[A2DP] #SourceCount=2 |