summaryrefslogtreecommitdiff
path: root/audio/pcm_bluetooth.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-20Revert accidental commit of pcm_bluetooth.c changesJohan Hedberg1-264/+147
2007-08-20Fix handling of multiple unix clientsJohan Hedberg1-147/+264
2007-08-15Improve avdtp_write error handlingJohan Hedberg1-7/+28
2007-08-15A2DP specific cleanup callback is unnecessary after the previous fix to bluet...Johan Hedberg1-11/+2
2007-08-14Minor fixes to alsa plugin.Luiz Augusto von Dentz1-3/+5
2007-08-14Don't call a alsa callback from inside a alsa callbackJohan Hedberg1-1/+0
2007-08-14Cleanup the sbc codec when the plugin is deinitializedJohan Hedberg1-2/+11
2007-08-14Fix use of bluetooth_hw_params for a2dp device.Luiz Augusto von Dentz1-15/+39
2007-08-13Fix compilation of debug only sectionsMarcel Holtmann1-5/+5
2007-08-11Remove redundant stream fd from config responseJohan Hedberg1-16/+16
2007-08-11Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg1-124/+417
2007-07-10Code cleanup.Luiz Augusto von Dentz1-7/+9
2007-06-29Handle state machine in a better way and add disconnect code for plugin.Luiz Augusto von Dentz1-0/+20
2007-06-27Make storage to also save rfcomm channel, minor fixes to alsa plugin and fixe...Luiz Augusto von Dentz1-4/+7
2007-06-14Initial support for audio control plugin and some code cleanups.Luiz Augusto von Dentz1-7/+17
2007-06-13Code cleanup.Luiz Augusto von Dentz1-12/+18
2007-06-12Correct block size in alsa plugin.Luiz Augusto von Dentz1-7/+10
2007-06-12Some fixes for alsa plugin.Luiz Augusto von Dentz1-31/+37
2007-06-12take out extra setsockoptBrad Midgley1-9/+0
2007-06-12CleanupJohan Hedberg1-3/+4
2007-06-11Fix file descriptor passing.Luiz Augusto von Dentz1-21/+58
2007-06-09Code cleanupJohan Hedberg1-15/+13
2007-06-08backward compatible to old sco patchBrad Midgley1-3/+12
2007-06-07More cleanupJohan Hedberg1-16/+31
2007-06-07Major cleanup after importing code from plugzJohan Hedberg1-109/+128
2007-06-06Some fixes for audio code prototype.Luiz Augusto von Dentz1-48/+50
2007-06-05Experiemental code for alsa plugin and ipc.Luiz Augusto von Dentz1-48/+269
2007-06-04Revert acidental commit.Luiz Augusto von Dentz1-9/+0
2007-06-04Add experiemental code for audio service ipc.Luiz Augusto von Dentz1-0/+9
2007-05-26Move more common stuff to ipc.hJohan Hedberg1-8/+3
2007-04-10Add first step of ALSA plugin integrationMarcel Holtmann1-2/+225
2007-04-04Add basic plugin codeMarcel Holtmann1-0/+12
2007-04-04Add skeleton for generic ALSA pluginsMarcel Holtmann1-0/+26