aboutsummaryrefslogtreecommitdiff
path: root/audio/unix.c
AgeCommit message (Expand)Author
2007-09-03stub in the state change ipc for pausing a stream (but don't enable it yet)Brad Midgley
2007-09-03Fix channel mode bug.Luiz Augusto von Dentz
2007-08-31Implement proper locking for headsetsJohan Hedberg
2007-08-31Cleanup and fixes of stream handlingJohan Hedberg
2007-08-30Fix behaviour when no adapter is connectedJohan Hedberg
2007-08-30Disable the broken optional codec parameters setupMarcel Holtmann
2007-08-30Change the default bitpool range to 2-32Marcel Holtmann
2007-08-29Coding style fixesMarcel Holtmann
2007-08-29Use a bitpool range as defaultMarcel Holtmann
2007-08-29Fix the ALSA plugin parameter messMarcel Holtmann
2007-08-29Fix memory issue.Luiz Augusto von Dentz
2007-08-29Fix the need to have all parameters.Luiz Augusto von Dentz
2007-08-29Make codec parameters support available for application.Luiz Augusto von Dentz
2007-08-28Reset request id for headset connects tooJohan Hedberg
2007-08-28Fix unix client disconnects before headset has been successfully connectedJohan Hedberg
2007-08-27First try at device autocreate supportJohan Hedberg
2007-08-27Convert alsa initiated headset connections to similar callback system that A2...Johan Hedberg
2007-08-25Use device string for the IPCMarcel Holtmann
2007-08-24Support up to two simultaneous streamsJohan Hedberg
2007-08-23Add support for ALSA parametersMarcel Holtmann
2007-08-21Implement RequestAuthorization supportJohan Hedberg
2007-08-20Fix handling of multiple unix clientsJohan Hedberg
2007-08-20Improve handling of simultaneous connect attempts to different devicesJohan Hedberg
2007-08-19Improve handling of unix clients which stay connected even though the headset...Johan Hedberg
2007-08-16Handle error situations betterJohan Hedberg
2007-08-16Revert changes from previous commit that were not supposed to go inJohan Hedberg
2007-08-16Fix minumum bitpool calculationJohan Hedberg
2007-08-16Rework interfacing with the avdtp state machineJohan Hedberg
2007-08-13Handle unix client disconnect properly before we have received a configuratio...Johan Hedberg
2007-08-13Remove ifndef protections and includes from .h filesJohan Hedberg
2007-08-12Clean up mess with header filesJohan Hedberg
2007-08-11Remove redundant stream fd from config responseJohan Hedberg
2007-08-11Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg
2007-07-10Code cleanup.Luiz Augusto von Dentz
2007-06-29Handle state machine in a better way and add disconnect code for plugin.Luiz Augusto von Dentz
2007-06-27Make storage to also save rfcomm channel, minor fixes to alsa plugin and fixe...Luiz Augusto von Dentz
2007-06-22Update build to make use of newly create files.Luiz Augusto von Dentz
2007-06-18Make deprecated headset methods to rely on new device methods.Luiz Augusto von Dentz
2007-06-12CleanupJohan Hedberg
2007-06-11Fix file descriptor passing.Luiz Augusto von Dentz
2007-06-09Code cleanupJohan Hedberg
2007-06-06Some fixes for audio code prototype.Luiz Augusto von Dentz
2007-06-05Experiemental code for alsa plugin and ipc.Luiz Augusto von Dentz
2007-05-26Move more common stuff to ipc.hJohan Hedberg
2007-05-26Move unix socket functionality into unix.cJohan Hedberg
2007-05-26Add unix.c and unix.h skeletonsMarcel Holtmann