summaryrefslogtreecommitdiffstats
path: root/audio/unix.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement proper locking for headsetsJohan Hedberg2007-08-311-4/+33
|
* Cleanup and fixes of stream handlingJohan Hedberg2007-08-311-38/+33
|
* Fix behaviour when no adapter is connectedJohan Hedberg2007-08-301-1/+2
|
* Disable the broken optional codec parameters setupMarcel Holtmann2007-08-301-10/+9
|
* Change the default bitpool range to 2-32Marcel Holtmann2007-08-301-1/+1
|
* Coding style fixesMarcel Holtmann2007-08-291-15/+18
|
* Use a bitpool range as defaultMarcel Holtmann2007-08-291-2/+5
|
* Fix the ALSA plugin parameter messMarcel Holtmann2007-08-291-104/+99
|
* Fix memory issue.Luiz Augusto von Dentz2007-08-291-0/+2
|
* Fix the need to have all parameters.Luiz Augusto von Dentz2007-08-291-25/+10
|
* Make codec parameters support available for application.Luiz Augusto von Dentz2007-08-291-2/+127
|
* Reset request id for headset connects tooJohan Hedberg2007-08-281-0/+2
|
* Fix unix client disconnects before headset has been successfully connectedJohan Hedberg2007-08-281-2/+7
|
* First try at device autocreate supportJohan Hedberg2007-08-271-23/+54
|
* Convert alsa initiated headset connections to similar callback system that ↵Johan Hedberg2007-08-271-67/+89
| | | | A2DP is already using
* Use device string for the IPCMarcel Holtmann2007-08-251-2/+5
|
* Support up to two simultaneous streamsJohan Hedberg2007-08-241-3/+5
|
* Add support for ALSA parametersMarcel Holtmann2007-08-231-16/+27
|
* Implement RequestAuthorization supportJohan Hedberg2007-08-211-0/+5
|
* Fix handling of multiple unix clientsJohan Hedberg2007-08-201-3/+4
|
* Improve handling of simultaneous connect attempts to different devicesJohan Hedberg2007-08-201-7/+7
|
* Improve handling of unix clients which stay connected even though the ↵Johan Hedberg2007-08-191-0/+5
| | | | headset connection is lost
* Handle error situations betterJohan Hedberg2007-08-161-15/+67
|
* Revert changes from previous commit that were not supposed to go inJohan Hedberg2007-08-161-28/+0
|
* Fix minumum bitpool calculationJohan Hedberg2007-08-161-0/+28
|
* Rework interfacing with the avdtp state machineJohan Hedberg2007-08-161-15/+200
|
* Handle unix client disconnect properly before we have received a ↵Johan Hedberg2007-08-131-2/+3
| | | | configuration message
* Remove ifndef protections and includes from .h filesJohan Hedberg2007-08-131-1/+4
|
* Clean up mess with header filesJohan Hedberg2007-08-121-0/+1
|
* Remove redundant stream fd from config responseJohan Hedberg2007-08-111-9/+9
|
* Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg2007-08-111-68/+159
|
* Code cleanup.Luiz Augusto von Dentz2007-07-101-12/+33
|
* Handle state machine in a better way and add disconnect code for plugin.Luiz Augusto von Dentz2007-06-291-13/+41
|
* Make storage to also save rfcomm channel, minor fixes to alsa plugin and ↵Luiz Augusto von Dentz2007-06-271-1/+0
| | | | fixes for service shutdown.
* Update build to make use of newly create files.Luiz Augusto von Dentz2007-06-221-2/+7
|
* Make deprecated headset methods to rely on new device methods.Luiz Augusto von Dentz2007-06-181-26/+34
|
* CleanupJohan Hedberg2007-06-121-2/+8
|
* Fix file descriptor passing.Luiz Augusto von Dentz2007-06-111-15/+64
|
* Code cleanupJohan Hedberg2007-06-091-0/+2
|
* Some fixes for audio code prototype.Luiz Augusto von Dentz2007-06-061-22/+23
|
* Experiemental code for alsa plugin and ipc.Luiz Augusto von Dentz2007-06-051-2/+32
|
* Move more common stuff to ipc.hJohan Hedberg2007-05-261-4/+0
|
* Move unix socket functionality into unix.cJohan Hedberg2007-05-261-0/+92
|
* Add unix.c and unix.h skeletonsMarcel Holtmann2007-05-261-0/+28