summaryrefslogtreecommitdiff
path: root/audio/unix.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-20Fix handling of multiple unix clientsJohan Hedberg1-3/+4
2007-08-20Improve handling of simultaneous connect attempts to different devicesJohan Hedberg1-7/+7
2007-08-19Improve handling of unix clients which stay connected even though the headset...Johan Hedberg1-0/+5
2007-08-16Handle error situations betterJohan Hedberg1-15/+67
2007-08-16Revert changes from previous commit that were not supposed to go inJohan Hedberg1-28/+0
2007-08-16Fix minumum bitpool calculationJohan Hedberg1-0/+28
2007-08-16Rework interfacing with the avdtp state machineJohan Hedberg1-15/+200
2007-08-13Handle unix client disconnect properly before we have received a configuratio...Johan Hedberg1-2/+3
2007-08-13Remove ifndef protections and includes from .h filesJohan Hedberg1-1/+4
2007-08-12Clean up mess with header filesJohan Hedberg1-0/+1
2007-08-11Remove redundant stream fd from config responseJohan Hedberg1-9/+9
2007-08-11Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg1-68/+159
2007-07-10Code cleanup.Luiz Augusto von Dentz1-12/+33
2007-06-29Handle state machine in a better way and add disconnect code for plugin.Luiz Augusto von Dentz1-13/+41
2007-06-27Make storage to also save rfcomm channel, minor fixes to alsa plugin and fixe...Luiz Augusto von Dentz1-1/+0
2007-06-22Update build to make use of newly create files.Luiz Augusto von Dentz1-2/+7
2007-06-18Make deprecated headset methods to rely on new device methods.Luiz Augusto von Dentz1-26/+34
2007-06-12CleanupJohan Hedberg1-2/+8
2007-06-11Fix file descriptor passing.Luiz Augusto von Dentz1-15/+64
2007-06-09Code cleanupJohan Hedberg1-0/+2
2007-06-06Some fixes for audio code prototype.Luiz Augusto von Dentz1-22/+23
2007-06-05Experiemental code for alsa plugin and ipc.Luiz Augusto von Dentz1-2/+32
2007-05-26Move more common stuff to ipc.hJohan Hedberg1-4/+0
2007-05-26Move unix socket functionality into unix.cJohan Hedberg1-0/+92
2007-05-26Add unix.c and unix.h skeletonsMarcel Holtmann1-0/+28