summaryrefslogtreecommitdiffstats
path: root/audio/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-191-2/+2
|
* Make audio plugin to use BtIO API.Luiz Augusto von Dentz2009-02-191-9/+18
|
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Cleanup SCO server socket in audio_exit()Johan Hedberg2008-10-051-1/+8
|
* Change SCO server socket into a generic oneJohan Hedberg2008-10-041-0/+56
| | | | | | Due to a kernel bug we can't initiate SCO connections if there's a server socket bound to the same adapter. Therefore use a global socket bound to BDADDR_ANY instead.
* Fix D-Bus connection initMarcel Holtmann2008-09-061-2/+2
|
* Audio: Missing DBusConnection unrefClaudio Takahasi2008-09-051-6/+8
|
* Remove unnecessary includeJohan Hedberg2008-09-031-1/+0
|
* Add telephony initialization calls to correct placesJohan Hedberg2008-09-031-0/+1
|
* Make audio plugin to register adapter drivers.Luiz Augusto von Dentz2008-08-121-3/+0
|
* Cleanup audio manager.Luiz Augusto von Dentz2008-07-281-89/+1
|
* Adding {driver, priv} list to btd_device and addingAlok Barsode2008-07-281-6/+12
| | | | | | driver as parameter to probe and remove. Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding sdp_record list as parameter to probe.Alok Barsode2008-07-281-3/+3
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Renaming device to btd_device and making theAlok Barsode2008-07-281-6/+12
| | | | | | necessary changes in plugins. Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Fixed missing includeClaudio Takahasi2008-06-301-0/+1
|
* Fix authorization mechanism for 3.x.Luiz Augusto von Dentz2008-06-171-0/+26
|
* Update probe/remove callback and implement serial APIMarcel Holtmann2008-06-081-8/+8
|
* Have the audio plugin register headset and sink driversMarcel Holtmann2008-06-081-19/+32
|
* Use DBG in plugin to show function namesMarcel Holtmann2008-06-081-2/+2
|
* Replace struct device with struct audio_deviceMarcel Holtmann2008-05-291-17/+32
|
* Fix default value handling when config file is not presentMarcel Holtmann2008-05-151-1/+2
|
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-2/+1
|
* Register service and UUIDs in one stepMarcel Holtmann2008-05-081-5/+1
|
* Remove service daemon activation handlingMarcel Holtmann2008-05-081-2/+6
|
* Moving authorization code to dbus-service.cClaudio Takahasi2008-05-011-3/+2
|
* fixed build warningsClaudio Takahasi2008-05-011-1/+2
|
* fixed service authorizationClaudio Takahasi2008-05-011-0/+16
|
* Fix service descriptionMarcel Holtmann2008-03-281-1/+1
|
* Convert audio service into a plugin.Luiz Augusto von Dentz2008-03-271-55/+25
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Reorganize audio.conf parsing in a more modular mannerJohan Hedberg2008-01-161-102/+9
|
* Enable AVRCP by defaultJohan Hedberg2007-11-271-1/+1
|
* Add support for Enable config optionJohan Hedberg2007-10-241-0/+21
|
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
|
* Minor coding style cleanupJohan Hedberg2007-08-281-8/+5
|
* Make HCI routing the defaultJohan Hedberg2007-08-281-1/+1
|
* Make SBC Audio Source count configurable and the default value 1Johan Hedberg2007-08-281-3/+16
|
* First try at device autocreate supportJohan Hedberg2007-08-271-0/+1
|
* Convert alsa initiated headset connections to similar callback system that ↵Johan Hedberg2007-08-271-1/+0
| | | | A2DP is already using
* Update code to match example audio.confJohan Hedberg2007-08-231-1/+1
|
* Remove ifndef protections and includes from .h filesJohan Hedberg2007-08-131-1/+4
|
* Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg2007-08-111-9/+39
|
* Move server registration and sdp record code from gateway to manager.Luiz Augusto von Dentz2007-07-201-8/+1
|
* Fix default config settingsMarcel Holtmann2007-06-231-3/+2
|
* Update build to make use of newly create files.Luiz Augusto von Dentz2007-06-221-3/+3
|
* Make deprecated headset methods to rely on new device methods.Luiz Augusto von Dentz2007-06-181-2/+0
|
* Set default config values to what currently worksJohan Hedberg2007-06-131-2/+2
|
* Add support for configuration fileJohan Hedberg2007-05-311-1/+56
|
* Disable HFP support for now (since it's incomplete)Johan Hedberg2007-05-311-1/+1
|
* Bring the audio code up-to-date with the current API specJohan Hedberg2007-05-311-1/+1
|