summaryrefslogtreecommitdiffstats
path: root/audio/ipc.h
Commit message (Expand)AuthorAgeFilesLines
* Add BT_PCM_FLAG_PCM_ROUTING flag to ipcJohan Hedberg2009-02-181-1/+2
* Remove BT_SUSPEND_STREAM and BT_RESUME_STREAM since they are not usedJohan Hedberg2009-02-011-2/+0
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Coding style fixesJohan Hedberg2008-12-201-1/+0
* Fix audio ipc to deal better with codec capabilities.Luiz Augusto von Dentz2008-12-161-95/+95
* Add missing void declaration in functionMarcel Holtmann2008-09-291-1/+1
* Make use of parameters selected in alsa plugin and fix auto selection.Luiz Augusto von Dentz2008-02-141-2/+0
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Add autoconnect config option to IPC and alsaJohan Hedberg2008-01-301-0/+3
* Add mpeg12 sep registration.Luiz Augusto von Dentz2008-01-231-5/+15
* Initial support of mpeg12 codec.Luiz Augusto von Dentz2008-01-231-1/+7
* 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