summaryrefslogtreecommitdiffstats
path: root/audio/headset.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Johan Hedberg2007-08-271-48/+50
| | | | A2DP is already using
* Fix headset state change when an error occurs on both the SCO and the RFCOMM ↵Johan Hedberg2007-08-271-2/+6
| | | | fd's in the same mainloop iteration
* 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
| | | | code cleanup.
* 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 ↵Luiz Augusto von Dentz2007-06-271-306/+307
| | | | code cleanups.
* 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
| | | | same mainloop iteration as the RFCOMM disconnect callback.
* 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
|
* Add support for configuration fileJohan Hedberg2007-05-311-1/+2
|
* Bring the audio code up-to-date with the current API specJohan Hedberg2007-05-311-36/+255
|
* Get rid of unused audio reading & writing functionality (all of this should ↵Johan Hedberg2007-05-241-188/+4
| | | | be done on the alsa side)
* Implement CreateDevice, associated SDP discovery and other necessary changesJohan Hedberg2007-05-191-95/+57
|
* Update code to match more closely to API descriptionJohan Hedberg2007-05-181-7/+9
|
* Remove unused functions and defines from the header fileJohan Hedberg2007-05-151-0/+2
|
* Refactoring to allow adding support for more profilesJohan Hedberg2007-05-151-182/+106
|
* Remove unecessary checksJohan Hedberg2007-05-111-31/+22
|
* Add missing G_IO_NVAL flags (potential busyloop otherwise)Johan Hedberg2007-05-111-3/+6
|