summaryrefslogtreecommitdiffstats
path: root/audio/headset.c
Commit message (Expand)AuthorAgeFilesLines
* Minor coding style fixesJohan Hedberg2007-12-071-1/+1
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-26/+26
* Update copyright informationMarcel Holtmann2007-10-231-1/+1
* Misc. headset fixesJohan Hedberg2007-10-171-8/+12
* Send error response in case of unsupported commandsMarcel Holtmann2007-10-101-5/+7
* Minor coding style fixesJohan Hedberg2007-10-031-4/+2
* Error handling fixesJohan Hedberg2007-10-031-17/+26
* Add some extra debug infoJohan Hedberg2007-08-311-4/+8
* Implement proper locking for headsetsJohan Hedberg2007-08-311-9/+9
* Cleanup and fixes of stream handlingJohan Hedberg2007-08-311-2/+2
* Fix unix client disconnects before headset has been successfully connectedJohan Hedberg2007-08-281-3/+39
* headset_unlock: only disconnect if necessaryJohan Hedberg2007-08-281-1/+2
* Make headset_unlock a no-op if the headset isn't lockedJohan Hedberg2007-08-281-0/+3
* Handle alsa+HSP better on client disconnectJohan Hedberg2007-08-281-0/+2
* Convert alsa initiated headset connections to similar callback system that A2...Johan Hedberg2007-08-271-48/+50
* Fix headset state change when an error occurs on both the SCO and the RFCOMM ...Johan Hedberg2007-08-271-2/+6
* Rework interfacing with the avdtp state machineJohan Hedberg2007-08-161-0/+33
* Remove ifndef protections and includes from .h filesJohan Hedberg2007-08-131-0/+1
* Clean up mess with header filesJohan Hedberg2007-08-121-32/+29
* Remove redundant stream fd from config responseJohan Hedberg2007-08-111-17/+15
* Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg2007-08-111-36/+63
* Fix typo in previous coding style fixJohan Hedberg2007-07-231-1/+1
* Small coding style fixesJohan Hedberg2007-07-231-3/+9
* Remove non-critical error printJohan Hedberg2007-07-231-3/+1
* Move server registration and sdp record code from gateway to manager.Luiz Augusto von Dentz2007-07-201-8/+0
* Don't try to process data if g_io_channel_read failedJohan Hedberg2007-07-191-1/+3
* Minor coding style fixesJohan Hedberg2007-07-191-6/+6
* Fix disable_hfp and add human readable string for states.Luiz Augusto von Dentz2007-07-181-14/+22
* Code cleanup.Luiz Augusto von Dentz2007-07-101-1/+1
* Handle state machine in a better way and add disconnect code for plugin.Luiz Augusto von Dentz2007-06-291-71/+53
* Fix concurrent pending connections, properly checks state machine and lot of ...Luiz Augusto von Dentz2007-06-291-216/+195
* Revert changes on storage, rfcomm might change over time.Luiz Augusto von Dentz2007-06-271-2/+2
* Make headset also connect rfcomm when it demands, remove asserts and some cod...Luiz Augusto von Dentz2007-06-271-306/+307
* Add storage support and fixup messed up coding styleMarcel Holtmann2007-06-221-8/+8
* Update build to make use of newly create files.Luiz Augusto von Dentz2007-06-221-652/+175
* Make deprecated headset methods to rely on new device methods.Luiz Augusto von Dentz2007-06-181-68/+77
* better messages to figure out why combo set failsBrad Midgley2007-06-181-2/+2
* Add Headset gain control methodsJohan Hedberg2007-06-161-33/+203
* Refuse to pass SCO socket to alsa if PCM SCO routing is configuredJohan Hedberg2007-06-131-0/+6
* Fix triggering an assert if the SCO connect callback gets triggered on theJohan Hedberg2007-06-121-2/+6
* Fix file descriptor passing.Luiz Augusto von Dentz2007-06-111-1/+4
* Remove ring timer when a headset gets disconnectedJohan Hedberg2007-06-111-0/+5
* Code cleanupJohan Hedberg2007-06-091-32/+57
* Some fixes for audio code prototype.Luiz Augusto von Dentz2007-06-061-0/+17
* Fix passing the right parameter to hs_disconnectJohan Hedberg2007-06-061-1/+1
* Add more HFP supportJohan Hedberg2007-06-061-7/+20
* Another minor fixJohan Hedberg2007-06-061-1/+3
* Some cleanup of asserts and error handlingJohan Hedberg2007-06-061-5/+14
* Properly handle a SCO connect() succeeding on the first tryJohan Hedberg2007-06-061-5/+6
* CleanupJohan Hedberg2007-06-061-7/+12