summaryrefslogtreecommitdiffstats
path: root/audio/audio.conf
Commit message (Collapse)AuthorAgeFilesLines
* Limit the amount of connected HSP/HFP devices and make it configurableJohan Hedberg2008-10-241-0/+3
| | | | | | | | It's very tricky to get the multiple connected HSP/HFP devices use case right. E.g. in the case of in-band ringtone the specification mandates us to open SCO to the HFP before sending RING indications. So, in the case of multiple connected devices we would have to open multimple simultaneous SCO connections which simply isn't a wise thing to do.
* Remove HFP AG features from audio.conf since they should come from the ↵Johan Hedberg2008-09-031-12/+0
| | | | telephony plugin
* Rename ForceMaster to just MasterJohan Hedberg2008-03-051-1/+1
|
* Use HFP instead of EnableHFPJohan Hedberg2008-03-051-1/+1
|
* Do master role switching by default and add ForceMaster config optionJohan Hedberg2008-03-051-0/+3
|
* Use "hfp" instead of "no_hfp" and "EnableHFP" instead of "DisableHFP" to ↵Johan Hedberg2008-03-041-2/+2
| | | | make the options more clear to understand (avoid double negatives)
* Add config options for each source.Luiz Augusto von Dentz2008-01-231-1/+2
|
* Reorganize audio.conf parsing in a more modular mannerJohan Hedberg2008-01-161-0/+12
|
* Make HCI routing the defaultJohan Hedberg2007-08-281-1/+1
|
* Make SBC Audio Source count configurable and the default value 1Johan Hedberg2007-08-281-4/+2
|
* Add support for configuration fileJohan Hedberg2007-05-311-0/+27