summaryrefslogtreecommitdiffstats
path: root/audio/pcm_bluetooth.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for hsp.Luiz Augusto von Dentz2007-12-061-9/+50
* Fix error messages. (thanks to fchevalier for the patch)Luiz Augusto von Dentz2007-12-041-22/+24
* Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz2007-12-031-7/+147
* Mention Kai's contributionsMarcel Holtmann2007-11-261-0/+1
* Support multiple periodsJohan Hedberg2007-11-221-8/+11
* Get rid of struct timeval completelyJohan Hedberg2007-11-221-19/+18
* Integrate new ipc API implementation.Luiz Augusto von Dentz2007-11-211-368/+418
* Revert commented lines of previous commit.Luiz Augusto von Dentz2007-11-201-5/+2
* Fix bug in alsa plugin.Luiz Augusto von Dentz2007-11-201-3/+7
* Make sbc codec to write directly in application buffers and so avoiding memcpys.Luiz Augusto von Dentz2007-11-121-12/+12
* Use clock_gettime instead of gettimeofdayJohan Hedberg2007-11-091-3/+16
* Use just one possible value in the period size list since multiple options se...Johan Hedberg2007-11-091-5/+1
* A2DP wakeup refactoring & cleanup (patch from Kai Vehmanen <kai.vehmanen@noki...Johan Hedberg2007-11-091-64/+102
* Revert buffer contraints patch (it wasn't doing what was intended and it actu...Johan Hedberg2007-10-241-16/+5
* Minor code cleanupJohan Hedberg2007-10-241-3/+4
* Add rtp header.Luiz Augusto von Dentz2007-10-181-54/+1
* Fix alsa buffer constraintsJohan Hedberg2007-10-181-7/+22
* Fix poll timeout to avoid unnecessary pollsJohan Hedberg2007-10-181-1/+7
* respond to alsa delay signal (players were getting stuck at the end of tracks)Brad Midgley2007-10-081-0/+21
* Fix compiler warningutils-3.19Marcel Holtmann2007-09-161-0/+2
* 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