summaryrefslogtreecommitdiffstats
path: root/audio/ipc.h
Commit message (Expand)AuthorAgeFilesLines
* Fix error messages. (thanks to fchevalier for the patch)Luiz Augusto von Dentz2007-12-041-21/+22
* Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz2007-12-031-3/+5
* Integrate new ipc API implementation.Luiz Augusto von Dentz2007-11-211-107/+260
* Fix the ALSA plugin parameter messMarcel Holtmann2007-08-291-19/+21
* Increase the IPC MTU sizeMarcel Holtmann2007-08-251-1/+1
* Use device string for the IPCMarcel Holtmann2007-08-251-2/+1
* Add support for ALSA parametersMarcel Holtmann2007-08-231-5/+5
* Add skeleton for an A2DP sink elementMarcel Holtmann2007-08-221-0/+2
* Remove ifndef protections and includes from .h filesJohan Hedberg2007-08-131-7/+2
* Remove redundant stream fd from config responseJohan Hedberg2007-08-111-1/+0
* Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg2007-08-111-39/+67
* Code cleanup.Luiz Augusto von Dentz2007-07-101-8/+9
* Initial support for audio control plugin and some code cleanups.Luiz Augusto von Dentz2007-06-141-14/+20
* Fix file descriptor passing.Luiz Augusto von Dentz2007-06-111-1/+1
* Experiemental code for alsa plugin and ipc.Luiz Augusto von Dentz2007-06-051-4/+6
* Add experiemental code for audio service ipc.Luiz Augusto von Dentz2007-06-041-11/+63
* Remove initial nul from the socket name define since the snprintf's take care...Johan Hedberg2007-05-261-1/+1
* Move more common stuff to ipc.hJohan Hedberg2007-05-261-1/+5
* Move unix socket functionality into unix.cJohan Hedberg2007-05-261-0/+2
* Add first step of ALSA plugin integrationMarcel Holtmann2007-04-101-0/+43