summaryrefslogtreecommitdiffstats
path: root/audio/pcm_bluetooth.c
Commit message (Expand)AuthorAgeFilesLines
...
* Check for valid stream fd after trying to receive it (and not before)Johan Hedberg2007-09-061-4/+5
* Fix poll revents checkMarcel Holtmann2007-09-061-3/+1
* Use poll instead of usleep to wait on worker thread.Luiz Augusto von Dentz2007-09-051-30/+51
* Cleanup fd passing a littleJohan Hedberg2007-09-051-27/+18
* removed unused variable total from bluetooth_stateBrad Midgley2007-09-031-3/+1
* stub in the state change ipc for pausing a stream (but don't enable it yet)Brad Midgley2007-09-031-0/+62
* Fix endianess problem.Luiz Augusto von Dentz2007-08-311-0/+31
* Implement proper locking for headsetsJohan Hedberg2007-08-311-6/+18
* Fix use of = instead of == to compare audio mode.Luiz Augusto von Dentz2007-08-301-1/+1
* Fix missing {}.Luiz Augusto von Dentz2007-08-301-1/+2
* Coding style fixesMarcel Holtmann2007-08-291-3/+1
* Fix the ALSA plugin parameter messMarcel Holtmann2007-08-291-32/+30
* Fix memory issue.Luiz Augusto von Dentz2007-08-291-4/+4
* Fix the need to have all parameters.Luiz Augusto von Dentz2007-08-291-15/+12
* Make codec parameters support available for application.Luiz Augusto von Dentz2007-08-291-11/+105
* Fix comment.Luiz Augusto von Dentz2007-08-271-1/+1
* Ignore error so hsp device can work for unpatched kernels.Luiz Augusto von Dentz2007-08-271-1/+2
* Fix alsa plugin for hsp devices.Luiz Augusto von Dentz2007-08-271-60/+60
* Use device string for the IPCMarcel Holtmann2007-08-251-4/+5
* Fix return value when receiving an error.Luiz Augusto von Dentz2007-08-241-1/+1
* Fix parameter parsingMarcel Holtmann2007-08-231-7/+10
* Add support for ALSA parametersMarcel Holtmann2007-08-231-4/+43
* Code cleanup.Luiz Augusto von Dentz2007-08-221-23/+73
* stopped variable is A2DP specific (at least for now)Johan Hedberg2007-08-221-8/+10
* Make the uint boundary check a little bit more reliableJohan Hedberg2007-08-221-5/+4
* Don't restart playback thread when stop and start are calledJohan Hedberg2007-08-221-18/+20
* Use "unsigned int" instead of "unsigned long long" and reset the point of ref...Johan Hedberg2007-08-221-4/+14
* Add swap member to sbc struct and fix pcm plugin to not swap the buffer.Luiz Augusto von Dentz2007-08-211-12/+1
* Another big coding style fixupMarcel Holtmann2007-08-211-89/+65
* Fix useless tab and spaces left.Luiz Augusto von Dentz2007-08-211-15/+15
* Remove unnecessary assertJohan Hedberg2007-08-211-7/+0
* memcpy_changeendian shouldn't be publicJohan Hedberg2007-08-211-1/+1
* Fix pthread function error checkingJohan Hedberg2007-08-211-2/+2
* More coding style cleanupJohan Hedberg2007-08-211-5/+4
* More cleanupJohan Hedberg2007-08-211-5/+6
* Fix coding styleJohan Hedberg2007-08-211-13/+13
* Implement proper timing for sending AVDTP streamJohan Hedberg2007-08-211-147/+278
* Revert accidental commit of pcm_bluetooth.c changesJohan Hedberg2007-08-201-264/+147
* Fix handling of multiple unix clientsJohan Hedberg2007-08-201-147/+264
* Improve avdtp_write error handlingJohan Hedberg2007-08-151-7/+28
* 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