summaryrefslogtreecommitdiff
path: root/audio/unix.c
Commit message (Expand)AuthorAgeFilesLines
* Coding style cleanupJohan Hedberg2010-05-261-2/+0
* Move debug() to DBG()Gustavo F. Padovan2010-05-211-15/+15
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-211-1/+1
* Implement HandsfreeGateway InterfaceGustavo F. Padovan2010-02-041-4/+9
* Update Nokia copyrightsJohan Hedberg2010-01-071-1/+1
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Fix debug message to use requested seid not opened seid.Luiz Augusto von Dentz2009-10-201-1/+1
* Add support for AVDTP 1.3 Delay ReportingJohan Hedberg2009-10-061-0/+77
* Fix unnecessary NULL checksJohan Hedberg2009-10-021-2/+1
* Fix potential leak of client->interfaceJohan Hedberg2009-09-041-12/+19
* Fix a few more ref-leaks with AVDTP failures and unix socket clientsJohan Hedberg2009-09-041-3/+24
* Fix potential AVDTP reference leakJohan Hedberg2009-09-031-1/+6
* Fix issues with the previous A2DP Source patch for unix.cJohan Hedberg2009-08-171-18/+30
* Small optimization on audio IPC.João Paulo Rechi Vita2009-08-171-4/+3
* Add support for the source interface to audio IPC.João Paulo Rechi Vita2009-08-171-14/+41
* Fix another strict-aliasing rules handling with CMSG_DATAMarcel Holtmann2009-07-161-1/+1
* Add Sink role support to audio IPC.João Paulo Rechi Vita2009-07-131-0/+4
* Adapt A2DP functions to support the Sink role.João Paulo Rechi Vita2009-07-131-10/+9
* Fix listen() error checkJohan Hedberg2009-06-301-2/+7
* Misc fixes for HFP HF roleForrest Zhao2009-06-301-7/+18
* Make sure clients using the device are notified when it is removed.Luiz Augusto von Dentz2009-04-281-9/+18
* Fix another device removal crash with client_freeJohan Hedberg2009-04-271-1/+1
* Reset a2dp->sep whenever resetting a2dp->sessionJohan Hedberg2009-04-151-3/+16
* IPC integration part for HFP HF support (org.bluez.HeadsetGateway)Forrest Zhao2009-04-081-7/+109
* Fix device removal while audio IPC client is connectedJohan Hedberg2009-04-071-0/+15
* Fix disconnection timers for org.bluez.AudioJohan Hedberg2009-04-021-1/+1
* Add check for open seid when client request stream to stop.Luiz Augusto von Dentz2009-04-011-0/+5
* Add check for open seid when client request stream to start.Luiz Augusto von Dentz2009-04-011-0/+5
* Fix wrong print format '%s' instead of '%d'.Luiz Augusto von Dentz2009-03-271-2/+2
* Add specific codec types.Luiz Augusto von Dentz2009-03-251-9/+20
* Fix invalid reads when bluetoothd is closed and a unix client holds a stream.Luiz Augusto von Dentz2009-03-251-23/+2
* Introduce BT_CLOSE command to audio ipc.Luiz Augusto von Dentz2009-03-251-19/+83
* Add lock flag for capabilities.Luiz Augusto von Dentz2009-03-251-3/+24
* Introduce BT_OPEN command to audio ipc.Luiz Augusto von Dentz2009-03-251-92/+207
* Add seid field to BT_GET_CAPABILITIES request.Luiz Augusto von Dentz2009-03-251-21/+35
* Add seid field to capabilities.Luiz Augusto von Dentz2009-03-251-4/+9
* Add configured flag for codec capabilities.Luiz Augusto von Dentz2009-03-251-15/+71
* Add object field to audio ipc messages.Luiz Augusto von Dentz2009-03-251-8/+18
* Add source and destination fields to audio ipc messages.Luiz Augusto von Dentz2009-03-251-16/+35
* Make use of size_t and ssize_t when possibleJohan Hedberg2009-03-121-6/+8
* Fix audio plugin initialization failure casesJohan Hedberg2009-03-121-2/+4
* Reset request id whenever a response is generated.Luiz Augusto von Dentz2009-03-041-1/+2
* Unregister old stream callback before registering a new oneJohan Hedberg2009-02-261-0/+4
* Only request the lock when the client doesn't have itJohan Hedberg2009-02-251-2/+9
* Track and cancel requests in client_freeJohan Hedberg2009-02-241-0/+6
* Add BT_PCM_FLAG_PCM_ROUTING flag to ipcJohan Hedberg2009-02-181-0/+2
* audio: make *_suspend() use bt_stop_stream_rspMarc-André Lureau2009-02-171-2/+2
* Use correct dev pointerJohan Hedberg2009-02-121-1/+1
* Make the unix IPC handling more robustJohan Hedberg2009-02-101-22/+19
* Don't try to send an invalid SCO fd over the unix socketJohan Hedberg2009-02-011-2/+7