summaryrefslogtreecommitdiffstats
path: root/audio/pcm_bluetooth.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Johan Hedberg2007-08-221-4/+14
| | | | reference at proper intervals to avoid overflow
* 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 ↵Johan Hedberg2007-08-151-11/+2
| | | | bluetooth_exit
* 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 ↵Luiz Augusto von Dentz2007-06-271-4/+7
| | | | fixes for service shutdown.
* 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
|