History log of /external/bluetooth/bluez/audio/pcm_bluetooth.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
10a0350126bb517c36ac1d0d95e4995b6e303d8f 11-May-2011 Szymon Janc <szymon.janc@tieto.com> Report error if read failed in bluetooth_playback_poll_revents
/external/bluetooth/bluez/audio/pcm_bluetooth.c
3d586da1dd17ca73a4bd4a5cad9284a331860042 09-May-2011 Szymon Janc <szymon.janc@tieto.com> Fix C++ style comments
/external/bluetooth/bluez/audio/pcm_bluetooth.c
50c1564d86f8a0275e268d7cd67ad22883b248bb 25-Aug-2010 Colin Didier <didier@archos.com> Don't report error for EINTR

An interrupted syscall is not an error when returning from poll().
/external/bluetooth/bluez/audio/pcm_bluetooth.c
69b0d50a87f9786562de76c42045629b29304b27 25-Aug-2010 Colin Didier <didier@archos.com> Fix leftovers handling with bluetooth_a2dp_write

If for some reason there is not enough data provided to the function
bluetooth_a2dp_write() and there are leftovers to handle, the ALSA
module will segfault.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
65c9310f96fa78980196002fdf11e8d30b4fe6b6 30-Jun-2010 Johan Hedberg <johan.hedberg@nokia.com> Fix the ALSA plugin to match the updated libsbc API
/external/bluetooth/bluez/audio/pcm_bluetooth.c
5592142cb9383df0556b27ac59e96547b380310b 07-Jan-2010 Johan Hedberg <johan.hedberg@nokia.com> Update Nokia copyrights
/external/bluetooth/bluez/audio/pcm_bluetooth.c
9184e2eeb7b97371c6b83b747c8984e2340d2b47 02-Jan-2010 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/audio/pcm_bluetooth.c
65aaf349ebcb2f029e3904b03060b32f7dead31e 30-Jun-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix memory allocation failure check in ALSA initialization function
/external/bluetooth/bluez/audio/pcm_bluetooth.c
a90d88b37e38b8f4c60303ea2006fd3425eef299 17-Apr-2009 Marcel Holtmann <marcel@holtmann.org> Do some coding style cleanups
/external/bluetooth/bluez/audio/pcm_bluetooth.c
c43f8bdcc1d527e2d77481a66217771038be3acd 23-Mar-2009 Lennart Poettering <lennart@poettering.net> fix up sbc.h prototypes to use const/size_t wherever applicable
/external/bluetooth/bluez/audio/pcm_bluetooth.c
379d756055f32d46fe7e09e1d89be1f780abb144 25-Mar-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add specific codec types.

Add specific codec types for a2dp sources and sinks so clients are able
to differ between them.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
c5e75a5051967530f29f9fabfb8593ef2723d57e 19-Mar-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add lock flag for capabilities.

lock flag permits the unix client to detect if there is someone holding
the lock so it can prevent useless attempt of setting a new configuration.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
bd30e5535a6d713727f8f9433954dcb9dd4b7168 18-Mar-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Introduce BT_OPEN command to audio ipc.

BT_OPEN make it possible to lock a given seid which is automacally
release if the client disconnects from the unix socket.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
9bdf6ba0c50a3d5500e616b0f9d63a190692cc2c 19-Mar-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add source and destination fields to audio ipc messages.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
7c27b3e218470ba0bc2beaad39635f7b3548e53a 12-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Make use of size_t and ssize_t when possible
/external/bluetooth/bluez/audio/pcm_bluetooth.c
9d326306a1ff9cb6421ce47d07d4367e8ff46418 25-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Check for valid sk value before calling bt_audio_service_close
/external/bluetooth/bluez/audio/pcm_bluetooth.c
2f3ccc305172436b6cf4e5894fc8d196afea1447 24-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Improve IPC message receiving
/external/bluetooth/bluez/audio/pcm_bluetooth.c
593bd41ed861d80f498fa8cfe0cea06e0c11f442 02-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix setting revents in bluetooth_playback_poll_revents

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
/external/bluetooth/bluez/audio/pcm_bluetooth.c
b47d1eeb490aa518b0bafb0fe5d968e4ef313e60 30-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Fix another signed/unsigned comparison warning
/external/bluetooth/bluez/audio/pcm_bluetooth.c
0d90af2304c75cc1a3c521bcae7510ff86bb9536 30-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Fix signed/unsigned comparison of ALSA plugin
/external/bluetooth/bluez/audio/pcm_bluetooth.c
a2da56b3aa57890db60205c9e75618c264bec6b0 19-Jan-2009 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix bug on alsa plugin when debug is active.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
a8c57dbfeb6d2c5f6a160df812aacd2983fde6d1 19-Jan-2009 Siarhei Siamashka <siarhei.siamashka@gmail.com> Use native byte order for audio in GStreamer and ALSA plugins

This fixes endianness inconsistency between default SBC
configuration and GStreamer/ALSA.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
fb333f1c88df9c50529a390297565a6627bcf7ad 01-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/audio/pcm_bluetooth.c
474420e554deeec2f7a6e2f4459c04cc90b038e8 29-Dec-2008 Johan Hedberg <johan.hedberg@nokia.com> Remove usage of MSG_WAITALL from pcm_bluetooth.c as well
/external/bluetooth/bluez/audio/pcm_bluetooth.c
ba4bcf3dfe11e739f4968e16c72c7a27a3a74cd9 23-Dec-2008 Marcel Holtmann <marcel@holtmann.org> Need to declare plugin entry functions first
/external/bluetooth/bluez/audio/pcm_bluetooth.c
cc49c31ccedcd31dd09be2a9cc32e653573c7d4b 20-Dec-2008 Johan Hedberg <johan.hedberg@nokia.com> More coding style fixes
/external/bluetooth/bluez/audio/pcm_bluetooth.c
450e5656a8de08051f221d63e026c259151ef274 20-Dec-2008 Johan Hedberg <johan.hedberg@nokia.com> More length header fixes
/external/bluetooth/bluez/audio/pcm_bluetooth.c
1c7291138ae3d25d7f34803e4f354a90d012f6a1 20-Dec-2008 Johan Hedberg <johan.hedberg@nokia.com> Fix length header values in messages
/external/bluetooth/bluez/audio/pcm_bluetooth.c
1c01d240ba6ac475dba2fb39dbb208343fb78eed 16-Dec-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix alsa plugin to reflect the ipc changes.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
8a74ae3846bc1fb887c80a355265e701f1546df6 08-Sep-2008 Johan Hedberg <johan.hedberg@nokia.com> Use DBG instead of printf for debug print
/external/bluetooth/bluez/audio/pcm_bluetooth.c
bd022e2e05b7adb33c1b5328ddb652231cbf7e58 08-Aug-2008 Marcel Holtmann <marcel@holtmann.org> Avoid memory copies in A2DP write routine
/external/bluetooth/bluez/audio/pcm_bluetooth.c
165b6e46b5524e2ed623925fa45d80d11032e716 15-May-2008 Marcel Holtmann <marcel@holtmann.org> Fix return value for snd_pcm_hw_params() calls
/external/bluetooth/bluez/audio/pcm_bluetooth.c
37c2fa54a9eb3d086849acdf4a4d64157334b21a 04-Mar-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Make alsa plugin to detect disconnection of devices.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
23a5ed9f697a1e42a0d36c72dd9a297792c61082 19-Feb-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix alsa plugin to make use of sbc new API.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
8fbc804e08629e5450d2641b4ba660f111dedbb2 14-Feb-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Make use of parameters selected in alsa plugin and fix auto selection.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
a1ddddc934657aa734ceb4bf581423647cc68060 02-Feb-2008 Marcel Holtmann <marcel@holtmann.org> Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAX
/external/bluetooth/bluez/audio/pcm_bluetooth.c
e823c15e43a6f924779e466d434c51157002d9ee 02-Feb-2008 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/audio/pcm_bluetooth.c
a104e5ff05aa758b5499b316d1923f1c83915e55 30-Jan-2008 Johan Hedberg <johan.hedberg@nokia.com> Use snd_config_get_bool for autoconnect
/external/bluetooth/bluez/audio/pcm_bluetooth.c
d1c580e150dc4982c9e91b70842aab5ba71325eb 30-Jan-2008 Johan Hedberg <johan.hedberg@nokia.com> Clean up unecessary variables from alsa config parsing
/external/bluetooth/bluez/audio/pcm_bluetooth.c
9fa2613525721908ec43189794fe99828b8a4f51 30-Jan-2008 Johan Hedberg <johan.hedberg@nokia.com> Add autoconnect config option to IPC and alsa
/external/bluetooth/bluez/audio/pcm_bluetooth.c
489c2e0dbd76d9cecec62d19fafd9e7baddb72e7 23-Jan-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add mpeg12 sep registration.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
e65858be07f86fe12756c67a20a5f45debfcc250 14-Jan-2008 Brad Midgley <bmidgley@xmission.com> coding style
/external/bluetooth/bluez/audio/pcm_bluetooth.c
3709666344736da68472f754ac52edc356039058 09-Jan-2008 Johan Hedberg <johan.hedberg@nokia.com> Fix frame_size calculation when there already is data in the buffer
/external/bluetooth/bluez/audio/pcm_bluetooth.c
72947933a64f92a798567e74e75c0222375ae599 05-Jan-2008 Brad Midgley <bmidgley@xmission.com> use correct variable to pick up alsa prefs
/external/bluetooth/bluez/audio/pcm_bluetooth.c
721d249e314b0591274436594be56805bf5a2822 06-Dec-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fixes for hsp.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
d51c190ddd0c2774509d0284979b24b9b0f3524a 04-Dec-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix error messages. (thanks to fchevalier for the patch)
/external/bluetooth/bluez/audio/pcm_bluetooth.c
2934e194f3ffe754e18477113c870a7b98f88454 03-Dec-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Handle new ipc messages properly and adapt the plugins.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
3ff24ea225437af91db69a069caa65b00ed642d9 26-Nov-2007 Marcel Holtmann <marcel@holtmann.org> Mention Kai's contributions
/external/bluetooth/bluez/audio/pcm_bluetooth.c
db90b606bb8b3ecd2a84a97a4a557ab026287d54 22-Nov-2007 Johan Hedberg <johan.hedberg@nokia.com> Support multiple periods
/external/bluetooth/bluez/audio/pcm_bluetooth.c
d00d4028e7a30da863489e822935ef6d7dc91242 22-Nov-2007 Johan Hedberg <johan.hedberg@nokia.com> Get rid of struct timeval completely
/external/bluetooth/bluez/audio/pcm_bluetooth.c
d4e24bf6a3d8af6479abce92fbbf1869a59669aa 21-Nov-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Integrate new ipc API implementation.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
47e2c26cc95d761099c367593bbbd4bc581bf0ac 20-Nov-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Revert commented lines of previous commit.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
fad46eca75efef391fbaf18117ef15ee8000dbea 20-Nov-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix bug in alsa plugin.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
397d6c2b3bc7661f978c1777442d33fd86ada21e 12-Nov-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Make sbc codec to write directly in application buffers and so avoiding memcpys.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
344e38a9616a11072a123dacb70daf6ab69d5270 09-Nov-2007 Johan Hedberg <johan.hedberg@nokia.com> Use clock_gettime instead of gettimeofday
/external/bluetooth/bluez/audio/pcm_bluetooth.c
65086658fce4caf34e85e35a7edf8c312908986d 09-Nov-2007 Johan Hedberg <johan.hedberg@nokia.com> Use just one possible value in the period size list since multiple options seem to break vls (looks like it's caused by a bug in the ALSA snd_pcm_hw_params_set_period_size_near function)
/external/bluetooth/bluez/audio/pcm_bluetooth.c
dff420207b69768a305ed014f7c7648d027d6b38 09-Nov-2007 Johan Hedberg <johan.hedberg@nokia.com> A2DP wakeup refactoring & cleanup (patch from Kai Vehmanen <kai.vehmanen@nokia.com>)
/external/bluetooth/bluez/audio/pcm_bluetooth.c
f5befe8ab54b797a0a5357ceddf2f05ab0ff163c 24-Oct-2007 Johan Hedberg <johan.hedberg@nokia.com> Revert buffer contraints patch (it wasn't doing what was intended and it actually caused errors for applications in some cases)
/external/bluetooth/bluez/audio/pcm_bluetooth.c
6967924ef97d377c90d73d4b5127a9b3748cb068 24-Oct-2007 Johan Hedberg <johan.hedberg@nokia.com> Minor code cleanup
/external/bluetooth/bluez/audio/pcm_bluetooth.c
347675ea994642c0ccd60f7af70f369f7a2d7a88 19-Oct-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add rtp header.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
83a8b201c5316ef297f4630ac8ece0f3dd198ff0 18-Oct-2007 Johan Hedberg <johan.hedberg@nokia.com> Fix alsa buffer constraints
/external/bluetooth/bluez/audio/pcm_bluetooth.c
3e1e3e3679cbe30eb8a2cf7905d709b658c4c1ad 18-Oct-2007 Johan Hedberg <johan.hedberg@nokia.com> Fix poll timeout to avoid unnecessary polls
/external/bluetooth/bluez/audio/pcm_bluetooth.c
a8b6f0d51cbae34d78acb664c96b8e54a25b7640 08-Oct-2007 Brad Midgley <bmidgley@xmission.com> respond to alsa delay signal (players were getting stuck at the end of tracks)
/external/bluetooth/bluez/audio/pcm_bluetooth.c
cf258cad55202b81faa902b7559dad2ec07d8ad1 16-Sep-2007 Marcel Holtmann <marcel@holtmann.org> Fix compiler warning
/external/bluetooth/bluez/audio/pcm_bluetooth.c
dc6a67eda727b063558e9ae95b05ed16110a3108 06-Sep-2007 Johan Hedberg <johan.hedberg@nokia.com> Check for valid stream fd after trying to receive it (and not before)
/external/bluetooth/bluez/audio/pcm_bluetooth.c
db66c9850fba4892b0c676e2d4d94171dcbae344 06-Sep-2007 Marcel Holtmann <marcel@holtmann.org> Fix poll revents check
/external/bluetooth/bluez/audio/pcm_bluetooth.c
e4b3ec84ce3680ca33ae88b76e1ce138756c0427 05-Sep-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Use poll instead of usleep to wait on worker thread.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
c4e21c814832ea94f64821a2360a28074d03be1a 05-Sep-2007 Johan Hedberg <johan.hedberg@nokia.com> Cleanup fd passing a little
/external/bluetooth/bluez/audio/pcm_bluetooth.c
d5566fac231129b8c8e35db1cada19ed83cb3a18 03-Sep-2007 Brad Midgley <bmidgley@xmission.com> removed unused variable total from bluetooth_state
/external/bluetooth/bluez/audio/pcm_bluetooth.c
e1ca1c0fbb4694b4b2c8e7532b05dbfcd4144687 03-Sep-2007 Brad Midgley <bmidgley@xmission.com> stub in the state change ipc for pausing a stream (but don't enable it yet)
/external/bluetooth/bluez/audio/pcm_bluetooth.c
e00800b81712635aade50201cfc3e6eca8b53ae0 31-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix endianess problem.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
ec384afacde8614306abe32cf40c55b795783f0e 31-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Implement proper locking for headsets
/external/bluetooth/bluez/audio/pcm_bluetooth.c
b1df213042ef14c24b6d370e5fe16c681508af8b 30-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix use of = instead of == to compare audio mode.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
332157202da1e230b900a0bf72153177c5da0be6 30-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix missing {}.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
f40848f9ef7ecdf101a32d7ec1f41c267e7756eb 30-Aug-2007 Marcel Holtmann <marcel@holtmann.org> Coding style fixes
/external/bluetooth/bluez/audio/pcm_bluetooth.c
f803f3511095e17811c50ebc85971ddd40c55618 30-Aug-2007 Marcel Holtmann <marcel@holtmann.org> Fix the ALSA plugin parameter mess
/external/bluetooth/bluez/audio/pcm_bluetooth.c
69e07f5a7b3934fac5bcf4c554e14e0d0b3cec47 30-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix memory issue.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
41b71b230e0aa4b495c091e7d17c6b939ddbce79 29-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix the need to have all parameters.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
5402a5058f463efd3bc84d43b1af10ff253b9a1e 29-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Make codec parameters support available for application.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
ce98ca977ac70c82e721505ca5423471d9a13f60 28-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix comment.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
c6063f0ac4917bbfa9ec91f56247d6ed2e4725b9 28-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Ignore error so hsp device can work for unpatched kernels.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
892a1edab753356dba7c0b5373e414ea71fcf6fa 27-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix alsa plugin for hsp devices.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
97c120e3f1425d9c431c12167ca4684a0af5f844 25-Aug-2007 Marcel Holtmann <marcel@holtmann.org> Use device string for the IPC
/external/bluetooth/bluez/audio/pcm_bluetooth.c
44f2f4bacfcb1d7fe694c767446c1c8686e6ccf2 24-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix return value when receiving an error.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
b70de842824ccc09bdf1a0d406bbe1d5cfbed355 24-Aug-2007 Marcel Holtmann <marcel@holtmann.org> Fix parameter parsing
/external/bluetooth/bluez/audio/pcm_bluetooth.c
92f94938b981fe6a892e365670d5fa4d58c94283 24-Aug-2007 Marcel Holtmann <marcel@holtmann.org> Add support for ALSA parameters
/external/bluetooth/bluez/audio/pcm_bluetooth.c
33fcbce4ce2c8b409fd242c64e45c664098e66b9 22-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Code cleanup.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
656d22e0c137ed29481d164c018c58137b610e52 22-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> stopped variable is A2DP specific (at least for now)
/external/bluetooth/bluez/audio/pcm_bluetooth.c
8dfa81ccf2c3eeb7518958428524a9850be1fd3d 22-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Make the uint boundary check a little bit more reliable
/external/bluetooth/bluez/audio/pcm_bluetooth.c
f883b95e5ca06f863a75a1e2b4d2ec071bb30112 22-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Don't restart playback thread when stop and start are called
/external/bluetooth/bluez/audio/pcm_bluetooth.c
714cd0ab444bd51731131866463f5c565c8a33f6 22-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Use "unsigned int" instead of "unsigned long long" and reset the point of reference at proper intervals to avoid overflow
/external/bluetooth/bluez/audio/pcm_bluetooth.c
b1618922db92f9bc65b0841f66eb71742bc1b553 21-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add swap member to sbc struct and fix pcm plugin to not swap the buffer.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
38c5be0cc3029bf78445be15470d18343a5b4dae 21-Aug-2007 Marcel Holtmann <marcel@holtmann.org> Another big coding style fixup
/external/bluetooth/bluez/audio/pcm_bluetooth.c
de584ba3b958b48a123dde4e6042af11ff8a196f 21-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix useless tab and spaces left.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
def42a87ca37b9a656c4ba43389fd191fa6d7fcc 21-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Remove unnecessary assert
/external/bluetooth/bluez/audio/pcm_bluetooth.c
ab0c221fff20faaaf6060679f8002d65ecb36253 21-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> memcpy_changeendian shouldn't be public
/external/bluetooth/bluez/audio/pcm_bluetooth.c
ca4300477c8c1908803952fafedcba35dd2bae0a 21-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Fix pthread function error checking
/external/bluetooth/bluez/audio/pcm_bluetooth.c
7090ecad23e84f232648368331cbf41e8d71b6c6 21-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> More coding style cleanup
/external/bluetooth/bluez/audio/pcm_bluetooth.c
d595791da3d0ce8a20e638f3d0648ccdf78bb55a 21-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> More cleanup
/external/bluetooth/bluez/audio/pcm_bluetooth.c
cae1e4ecd14d380252b0e00f71bc6cf2887ebd31 21-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Fix coding style
/external/bluetooth/bluez/audio/pcm_bluetooth.c
e7407648f54c18f4995eff0dc4c809b33a306fcd 21-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Implement proper timing for sending AVDTP stream
/external/bluetooth/bluez/audio/pcm_bluetooth.c
8905b2bad9aebd0911d452b53b9cbe975ad5bdcc 20-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Revert accidental commit of pcm_bluetooth.c changes
/external/bluetooth/bluez/audio/pcm_bluetooth.c
3919df0168ddf293912231e5e6477bc6f0c24115 20-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Fix handling of multiple unix clients
/external/bluetooth/bluez/audio/pcm_bluetooth.c
f802c1c270aadd8e6c019cce1ee6a89f5c784a65 15-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Improve avdtp_write error handling
/external/bluetooth/bluez/audio/pcm_bluetooth.c
b45b19f412b9f8d18181ff450bfce2f0f21fb561 15-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> A2DP specific cleanup callback is unnecessary after the previous fix to bluetooth_exit
/external/bluetooth/bluez/audio/pcm_bluetooth.c
d661010f0da37d072e9f3e0adcc94964fea6a054 15-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Minor fixes to alsa plugin.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
331b4149a00410541af376a9ffce540bdada06bd 14-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Don't call a alsa callback from inside a alsa callback
/external/bluetooth/bluez/audio/pcm_bluetooth.c
98a002b710efe17ec1c65cb6e338908361549a72 14-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Cleanup the sbc codec when the plugin is deinitialized
/external/bluetooth/bluez/audio/pcm_bluetooth.c
afc2f9e31b18b2572e90902c86d6b75368e1e9c6 14-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix use of bluetooth_hw_params for a2dp device.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
6e1dd6ef0f595cf51204545e2aa5d6b90225fee4 13-Aug-2007 Marcel Holtmann <marcel@holtmann.org> Fix compilation of debug only sections
/external/bluetooth/bluez/audio/pcm_bluetooth.c
9494c146cec1df466c2f331957748beeac8d745a 11-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Remove redundant stream fd from config response
/external/bluetooth/bluez/audio/pcm_bluetooth.c
6763ebb3c231740c66a235f94d56e8d8cc213d90 11-Aug-2007 Johan Hedberg <johan.hedberg@nokia.com> Integrate A2DP work from Johan's and Luiz's GIT trees
/external/bluetooth/bluez/audio/pcm_bluetooth.c
66d48b0ac25c85de354f26782a377d0ad91bd322 10-Jul-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Code cleanup.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
df235d1f395b10654024979180c778777bd50c71 30-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Handle state machine in a better way and add disconnect code for plugin.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
2a2c204cd0e4bcf0a603ba72be9a50203a817b54 27-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Make storage to also save rfcomm channel, minor fixes to alsa plugin and fixes for service shutdown.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
5ed2a3ba745856206c66d8ecb98afb8a1f9ec7b5 14-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Initial support for audio control plugin and some code cleanups.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
f6ca761e65a9318e0173ade27501fb41604ee14c 13-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Code cleanup.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
35b7eb29eebf1a85fce60aa0b946ff2e04ebf684 13-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Correct block size in alsa plugin.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
c6136c57053db24e9c4e2448f25bd46f6a90b053 12-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Some fixes for alsa plugin.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
d983837c15005d162b04fe02f628afdcf0fc2a8b 12-Jun-2007 Brad Midgley <bmidgley@xmission.com> take out extra setsockopt
/external/bluetooth/bluez/audio/pcm_bluetooth.c
e703434f83af5a41cb2f27604aedc8b2d15024e2 12-Jun-2007 Johan Hedberg <johan.hedberg@nokia.com> Cleanup
/external/bluetooth/bluez/audio/pcm_bluetooth.c
ddf8edc54d666f9b6f75f28b6db5375e2f0982a8 12-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Fix file descriptor passing.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
9217b7d4f85216946943ab588e06b6bcd2f1b5bc 09-Jun-2007 Johan Hedberg <johan.hedberg@nokia.com> Code cleanup
/external/bluetooth/bluez/audio/pcm_bluetooth.c
019dd58ff876fcdaae5a7cd257822955d28b5b96 08-Jun-2007 Brad Midgley <bmidgley@xmission.com> backward compatible to old sco patch
/external/bluetooth/bluez/audio/pcm_bluetooth.c
d95acb81523269d5e00485bc1350f8b3e6ee0050 07-Jun-2007 Johan Hedberg <johan.hedberg@nokia.com> More cleanup
/external/bluetooth/bluez/audio/pcm_bluetooth.c
00c71248e732de0230c12df4240087a6b2747179 07-Jun-2007 Johan Hedberg <johan.hedberg@nokia.com> Major cleanup after importing code from plugz
/external/bluetooth/bluez/audio/pcm_bluetooth.c
f1a8e719f5687bb32f2f5ed59f26a3203ad43efb 06-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Some fixes for audio code prototype.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
8742ce7c3e92a57cde47481281a4928f8d41a771 06-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Experiemental code for alsa plugin and ipc.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
6e1999d1ddf223e3a0fc173a8dc6fc2342ab9da3 05-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Revert acidental commit.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
a551604373fc46741c44524b01353d50852b26f4 05-Jun-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add experiemental code for audio service ipc.
/external/bluetooth/bluez/audio/pcm_bluetooth.c
e343f2b21a2209d5713e20ad38bbcc862897380b 26-May-2007 Johan Hedberg <johan.hedberg@nokia.com> Move more common stuff to ipc.h
/external/bluetooth/bluez/audio/pcm_bluetooth.c
b8a407aa8470ad8d92d9142edb41c17548b0cb2c 10-Apr-2007 Marcel Holtmann <marcel@holtmann.org> Add first step of ALSA plugin integration
/external/bluetooth/bluez/audio/pcm_bluetooth.c
5ad9e0ec87dd078dc2a4e70967f1e9ace1ebf43f 04-Apr-2007 Marcel Holtmann <marcel@holtmann.org> Add basic plugin code
/external/bluetooth/bluez/audio/pcm_bluetooth.c
e7bd84e89e0af0cd2c2390bf7a173f90a473fc62 04-Apr-2007 Marcel Holtmann <marcel@holtmann.org> Add skeleton for generic ALSA plugins
/external/bluetooth/bluez/audio/pcm_bluetooth.c