summaryrefslogtreecommitdiffstats
path: root/audio/unix.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up properly if stream starting failsJohan Hedberg2008-10-091-0/+6
* Fix info calls that really should be debug insteadJohan Hedberg2008-09-111-7/+7
* Cleanup audio manager.Luiz Augusto von Dentz2008-07-281-26/+4
* Replace struct device with struct audio_deviceMarcel Holtmann2008-05-291-14/+14
* Move set_nonblocking() to the GLib helpers for nowMarcel Holtmann2008-05-081-1/+1
* Fix emitting errors to already disconnected clients.Luiz Augusto von Dentz2008-04-011-0/+3
* Improve handling of different transports.Luiz Augusto von Dentz2008-02-081-42/+76
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Check for client disconnect when discovery completesJohan Hedberg2008-01-311-0/+5
* Add autoconnect config option to IPC and alsaJohan Hedberg2008-01-301-2/+8
* Add mpeg12 sep registration.Luiz Augusto von Dentz2008-01-231-17/+45
* Initial support of mpeg12 codec.Luiz Augusto von Dentz2008-01-231-3/+16
* Fix bug of error responses being ignored.Luiz Augusto von Dentz2007-12-071-2/+8
* Fix BT_GETCAPABILITIES when the headset has already been acting as INTJohan Hedberg2007-12-071-2/+3
* Minor coding style fixesJohan Hedberg2007-12-071-7/+9
* Fixes for hsp.Luiz Augusto von Dentz2007-12-061-52/+71
* Fix error messages. (thanks to fchevalier for the patch)Luiz Augusto von Dentz2007-12-041-20/+20
* Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz2007-12-031-123/+458
* Integrate new ipc API implementation.Luiz Augusto von Dentz2007-11-211-281/+152
* Fix packet lenght to be the output MTU.Luiz Augusto von Dentz2007-11-051-4/+4
* Update copyright informationMarcel Holtmann2007-10-231-1/+1
* Fix unaligned access to ipc_data_cfg structJohan Hedberg2007-10-231-1/+4
* Fix stream callback typeJohan Hedberg2007-10-041-1/+1
* Cleanup fd passing a littleJohan Hedberg2007-09-051-16/+10
* stub in the state change ipc for pausing a stream (but don't enable it yet)Brad Midgley2007-09-031-24/+23
* Fix channel mode bug.Luiz Augusto von Dentz2007-09-031-1/+15
* 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 A2...Johan Hedberg2007-08-271-67/+89
* 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 headset...Johan Hedberg2007-08-191-0/+5
* 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