summaryrefslogtreecommitdiff
path: root/audio/main.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-16Reorganize audio.conf parsing in a more modular mannerJohan Hedberg1-102/+9
2007-11-27Enable AVRCP by defaultJohan Hedberg1-1/+1
2007-10-24Add support for Enable config optionJohan Hedberg1-0/+21
2007-10-23Update copyright informationMarcel Holtmann1-0/+1
2007-08-28Minor coding style cleanupJohan Hedberg1-8/+5
2007-08-28Make HCI routing the defaultJohan Hedberg1-1/+1
2007-08-28Make SBC Audio Source count configurable and the default value 1Johan Hedberg1-3/+16
2007-08-27First try at device autocreate supportJohan Hedberg1-0/+1
2007-08-27Convert alsa initiated headset connections to similar callback system that A2...Johan Hedberg1-1/+0
2007-08-23Update code to match example audio.confJohan Hedberg1-1/+1
2007-08-13Remove ifndef protections and includes from .h filesJohan Hedberg1-1/+4
2007-08-11Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg1-9/+39
2007-07-20Move server registration and sdp record code from gateway to manager.Luiz Augusto von Dentz1-8/+1
2007-06-23Fix default config settingsMarcel Holtmann1-3/+2
2007-06-22Update build to make use of newly create files.Luiz Augusto von Dentz1-3/+3
2007-06-18Make deprecated headset methods to rely on new device methods.Luiz Augusto von Dentz1-2/+0
2007-06-13Set default config values to what currently worksJohan Hedberg1-2/+2
2007-05-31Add support for configuration fileJohan Hedberg1-1/+56
2007-05-31Disable HFP support for now (since it's incomplete)Johan Hedberg1-1/+1
2007-05-31Bring the audio code up-to-date with the current API specJohan Hedberg1-1/+1
2007-05-26Move unix socket functionality into unix.cJohan Hedberg1-0/+8
2007-05-15Refactoring to allow adding support for more profilesJohan Hedberg1-1/+1
2007-04-13Cleanup and small fixesJohan Hedberg1-2/+2
2007-04-12A little more refactoringJohan Hedberg1-4/+10
2007-04-12Redo the manager-headset splitup by using object paths as public identifiers ...Johan Hedberg1-0/+4
2007-04-10Audio service refactoring: move all manager functions to manager.cJohan Hedberg1-4/+0
2007-04-08Fix some forgotton leftoversMarcel Holtmann1-1/+1
2007-04-08Add generic audio service initMarcel Holtmann1-2/+60
2007-03-09Add skeleton for manager interfaceMarcel Holtmann1-1/+7
2006-10-27Add skeletons for service implementationsMarcel Holtmann1-0/+34