aboutsummaryrefslogtreecommitdiff
path: root/audio/sink.c
AgeCommit message (Expand)Author
2008-07-28Cleanup audio manager.Luiz Augusto von Dentz
2008-06-07Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann
2008-06-06Fix the last remains of sending helpersMarcel Holtmann
2008-06-02Make audio service to use libgdbus functions.Luiz Augusto von Dentz
2008-05-29Replace struct device with struct audio_deviceMarcel Holtmann
2008-05-08Move D-Bus object and interface helpers into libgdbusMarcel Holtmann
2008-05-08Move D-Bus watch functions into libgdbusMarcel Holtmann
2008-02-02Update copyright informationMarcel Holtmann
2008-01-23Initial support of mpeg12 codec.Luiz Augusto von Dentz
2007-12-03Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz
2007-11-26Update services to new error codes and helper functionsJohan Hedberg
2007-10-23Update copyright informationMarcel Holtmann
2007-10-18Fixes a2dpsink element.Luiz Augusto von Dentz
2007-10-09Handle cross-connect case for AVDTPJohan Hedberg
2007-10-03Minor coding style fixesJohan Hedberg
2007-09-28Expose stream setup errors higher up in the call stackJohan Hedberg
2007-08-31Cleanup and fixes of stream handlingJohan Hedberg
2007-08-30Remove unused variablesJohan Hedberg
2007-08-30Don't confuse stream callback id's and stream setup callback id'sJohan Hedberg
2007-08-30Fix stream setup error handlingJohan Hedberg
2007-08-29Make codec parameters support available for application.Luiz Augusto von Dentz
2007-08-29Remove stream callback in sink_freeJohan Hedberg
2007-08-27Convert alsa initiated headset connections to similar callback system that A2...Johan Hedberg
2007-08-24Support up to two simultaneous streamsJohan Hedberg
2007-08-22Add Playing and Stopped signals to sink inteface.Luiz Augusto von Dentz
2007-08-21Implement RequestAuthorization supportJohan 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-15call avdtp_start from open_cfm instead of state callbackJohan Hedberg
2007-08-15The resume variable is redundantJohan Hedberg
2007-08-15Fix resuming of stream on rapid unix client reconnectsJohan Hedberg
2007-08-14Reset sink->c before calling get_config to avoid EBUSYJohan Hedberg
2007-08-13Rename pending_connect struct to something more accurate to its usageJohan Hedberg
2007-08-13Fix error checking order in sink_get_configJohan Hedberg
2007-08-13Don't perform any additional actions if not the initiator of a streamJohan Hedberg
2007-08-13Add extra error log to sink_get_configJohan Hedberg
2007-08-13Add some error checks to sink_get_configJohan Hedberg
2007-08-13Remove ifndef protections and includes from .h filesJohan Hedberg
2007-08-12Clean up mess with header filesJohan Hedberg
2007-08-12Implement proper acceptor side functionalityJohan Hedberg
2007-08-12avdtp_unref improvementsJohan Hedberg
2007-08-12Remove incorrect dbus_message_unref (pending_connect_free takes care of it al...Johan 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-23Add first files for to start A2DP implementationJohan Hedberg