summaryrefslogtreecommitdiffstats
path: root/audio/pcm_bluetooth.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix setting revents in bluetooth_playback_poll_reventsJohan Hedberg2009-02-011-2/+1
| | | | | | | | | | This fix will unfortunately break any applications that make use of snd_pcm_wait (audacious is one of them). However, without this fix most applications using snd_pcm_poll_descriptors_revents will cause access to invalid memory as they only pass a single integer (while snd_pcm_wait_nocheck passes a full array). The following thread on the alsa mailing list has more information: http://mailman.alsa-project.org/pipermail/alsa-devel/2009-February/014392.html
* Fix another signed/unsigned comparison warningMarcel Holtmann2009-01-301-1/+1
|
* Fix signed/unsigned comparison of ALSA pluginMarcel Holtmann2009-01-301-7/+9
|
* Fix bug on alsa plugin when debug is active.Luiz Augusto von Dentz2009-01-211-1/+2
|
* Use native byte order for audio in GStreamer and ALSA pluginsSiarhei Siamashka2009-01-191-2/+2
| | | | | This fixes endianness inconsistency between default SBC configuration and GStreamer/ALSA.
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Remove usage of MSG_WAITALL from pcm_bluetooth.c as wellJohan Hedberg2008-12-291-1/+1
|
* Need to declare plugin entry functions firstMarcel Holtmann2008-12-231-0/+2
|
* More coding style fixesJohan Hedberg2008-12-201-12/+13
|
* More length header fixesJohan Hedberg2008-12-201-13/+16
|
* Fix length header values in messagesJohan Hedberg2008-12-201-37/+45
|
* Fix alsa plugin to reflect the ipc changes.Luiz Augusto von Dentz2008-12-161-88/+112
|
* Use DBG instead of printf for debug printJohan Hedberg2008-09-081-1/+1
|
* Avoid memory copies in A2DP write routineMarcel Holtmann2008-08-081-42/+68
|
* Fix return value for snd_pcm_hw_params() callsMarcel Holtmann2008-05-151-1/+5
|
* Make alsa plugin to detect disconnection of devices.Luiz Augusto von Dentz2008-03-041-4/+19
|
* Fix alsa plugin to make use of sbc new API.Luiz Augusto von Dentz2008-02-191-20/+21
|
* Make use of parameters selected in alsa plugin and fix auto selection.Luiz Augusto von Dentz2008-02-141-93/+113
|
* Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAXMarcel Holtmann2008-02-021-0/+1
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Use snd_config_get_bool for autoconnectJohan Hedberg2008-01-301-3/+5
|
* Clean up unecessary variables from alsa config parsingJohan Hedberg2008-01-301-31/+29
|
* Add autoconnect config option to IPC and alsaJohan Hedberg2008-01-301-1/+19
|
* Add mpeg12 sep registration.Luiz Augusto von Dentz2008-01-231-17/+22
|
* coding styleBrad Midgley2008-01-141-1/+1
|
* Fix frame_size calculation when there already is data in the bufferJohan Hedberg2008-01-091-2/+2
|
* use correct variable to pick up alsa prefsBrad Midgley2008-01-051-8/+8
|
* 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 ↵Johan Hedberg2007-11-091-5/+1
| | | | seem to break vls (looks like it's caused by a bug in the ALSA snd_pcm_hw_params_set_period_size_near function)
* A2DP wakeup refactoring & cleanup (patch from Kai Vehmanen ↵Johan Hedberg2007-11-091-64/+102
| | | | <kai.vehmanen@nokia.com>)
* Revert buffer contraints patch (it wasn't doing what was intended and it ↵Johan Hedberg2007-10-241-16/+5
| | | | actually caused errors for applications in some cases)
* 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
|