summaryrefslogtreecommitdiff
path: root/audio/a2dp.h
Commit message (Collapse)AuthorAgeFilesLines
* Update Nokia copyrightsJohan Hedberg2010-01-071-1/+1
|
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
|
* Adapt A2DP functions to support the Sink role.João Paulo Rechi Vita2009-07-131-6/+5
| | | | | | Modify a2dp_source_* functions to more generic a2dp_record(), a2dp_get(), a2dp_config(), a2dp_resume(), a2dp_suspend(), and a2dp_cancel() which can handle both the Sink and Source roles.
* Add lock flag for capabilities.Luiz Augusto von Dentz2009-03-251-0/+3
| | | | | lock flag permits the unix client to detect if there is someone holding the lock so it can prevent useless attempt of setting a new configuration.
* Introduce BT_OPEN command to audio ipc.Luiz Augusto von Dentz2009-03-251-2/+5
| | | | | BT_OPEN make it possible to lock a given seid which is automacally release if the client disconnects from the unix socket.
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Fix a2dp and avrcp drivers to not rely on BDADDR_ANY.Luiz Augusto von Dentz2008-09-081-2/+2
|
* Replace struct device with struct audio_deviceMarcel Holtmann2008-05-291-1/+1
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Add config options for each source.Luiz Augusto von Dentz2008-01-231-1/+1
|
* Add mpeg12 sep registration.Luiz Augusto von Dentz2008-01-231-6/+7
|
* Initial support of mpeg12 codec.Luiz Augusto von Dentz2008-01-231-20/+57
|
* Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz2007-12-031-10/+16
|
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
|
* Expose stream setup errors higher up in the call stackJohan Hedberg2007-09-281-1/+2
|
* Fix endianess problem.Luiz Augusto von Dentz2007-08-311-0/+19
|
* Cleanup and fixes of stream handlingJohan Hedberg2007-08-311-5/+3
|
* Make codec parameters support available for application.Luiz Augusto von Dentz2007-08-291-2/+2
|
* Fix unix client disconnects before headset has been successfully connectedJohan Hedberg2007-08-281-1/+1
|
* Make SBC Audio Source count configurable and the default value 1Johan Hedberg2007-08-281-2/+1
|
* Support up to two simultaneous streamsJohan Hedberg2007-08-241-1/+4
|
* Handle error situations betterJohan Hedberg2007-08-161-1/+2
|
* a2dp_select_capabilities doesn't need to be publicJohan Hedberg2007-08-161-2/+0
|
* Remove unused codeJohan Hedberg2007-08-161-3/+0
|
* Rework interfacing with the avdtp state machineJohan Hedberg2007-08-161-2/+14
|
* call avdtp_start from open_cfm instead of state callbackJohan Hedberg2007-08-151-0/+3
|
* Remove ifndef protections and includes from .h filesJohan Hedberg2007-08-131-4/+0
|
* Remove redundant stream fd from config responseJohan Hedberg2007-08-111-1/+2
|
* Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg2007-08-111-0/+48
|
* Add files for A2DP specific codeJohan Hedberg2007-08-011-0/+23