summaryrefslogtreecommitdiffstats
path: root/audio/pcm_bluetooth.c
Commit message (Expand)AuthorAgeFilesLines
* A2DP specific cleanup callback is unnecessary after the previous fix to bluet...Johan Hedberg2007-08-151-11/+2
* Minor fixes to alsa plugin.Luiz Augusto von Dentz2007-08-141-3/+5
* Don't call a alsa callback from inside a alsa callbackJohan Hedberg2007-08-141-1/+0
* Cleanup the sbc codec when the plugin is deinitializedJohan Hedberg2007-08-141-2/+11
* Fix use of bluetooth_hw_params for a2dp device.Luiz Augusto von Dentz2007-08-141-15/+39
* Fix compilation of debug only sectionsMarcel Holtmann2007-08-131-5/+5
* Remove redundant stream fd from config responseJohan Hedberg2007-08-111-16/+16
* Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg2007-08-111-124/+417
* Code cleanup.Luiz Augusto von Dentz2007-07-101-7/+9
* Handle state machine in a better way and add disconnect code for plugin.Luiz Augusto von Dentz2007-06-291-0/+20
* Make storage to also save rfcomm channel, minor fixes to alsa plugin and fixe...Luiz Augusto von Dentz2007-06-271-4/+7
* Initial support for audio control plugin and some code cleanups.Luiz Augusto von Dentz2007-06-141-7/+17
* Code cleanup.Luiz Augusto von Dentz2007-06-131-12/+18
* Correct block size in alsa plugin.Luiz Augusto von Dentz2007-06-121-7/+10
* Some fixes for alsa plugin.Luiz Augusto von Dentz2007-06-121-31/+37
* take out extra setsockoptBrad Midgley2007-06-121-9/+0
* CleanupJohan Hedberg2007-06-121-3/+4
* Fix file descriptor passing.Luiz Augusto von Dentz2007-06-111-21/+58
* Code cleanupJohan Hedberg2007-06-091-15/+13
* backward compatible to old sco patchBrad Midgley2007-06-081-3/+12
* More cleanupJohan Hedberg2007-06-071-16/+31
* Major cleanup after importing code from plugzJohan Hedberg2007-06-071-109/+128
* Some fixes for audio code prototype.Luiz Augusto von Dentz2007-06-061-48/+50
* Experiemental code for alsa plugin and ipc.Luiz Augusto von Dentz2007-06-051-48/+269
* Revert acidental commit.Luiz Augusto von Dentz2007-06-041-9/+0
* Add experiemental code for audio service ipc.Luiz Augusto von Dentz2007-06-041-0/+9
* Move more common stuff to ipc.hJohan Hedberg2007-05-261-8/+3
* Add first step of ALSA plugin integrationMarcel Holtmann2007-04-101-2/+225
* Add basic plugin codeMarcel Holtmann2007-04-041-0/+12
* Add skeleton for generic ALSA pluginsMarcel Holtmann2007-04-041-0/+26