summaryrefslogtreecommitdiff
path: root/profiles/audio/a2dp.c
Commit message (Expand)AuthorAgeFilesLines
* profiles: Use full include path for header filesMarcel Holtmann2014-01-251-2/+2
* audio/sink: Remove shutdown parameter from sink_disconnectLuiz Augusto von Dentz2013-11-181-1/+1
* audio/source: Remove shutdown parameter from source_disconnectLuiz Augusto von Dentz2013-11-181-1/+1
* audio/A2DP: Return -ENOPROTOOPT if record doesn't existLuiz Augusto von Dentz2013-11-131-0/+24
* audio/AVDTP: Remove avdtp_init and avdtp_exitLuiz Augusto von Dentz2013-11-111-11/+0
* adapter: Handle removing of SDP recordsSzymon Janc2013-09-231-4/+7
* adapter: Handle adding new SDP recordsSzymon Janc2013-09-231-2/+1
* audio: Remove audio pluginLuiz Augusto von Dentz2013-07-241-1/+0
* audio: Move A2DP code to its own pluginLuiz Augusto von Dentz2013-07-241-82/+237
* audio/A2DP: Remove dependency on struct audio_deviceLuiz Augusto von Dentz2013-07-121-61/+50
* audio/source: Reduce dependency on struct audio_deviceLuiz Augusto von Dentz2013-07-121-2/+2
* audio/sink: Reduce dependency on struct audio_deviceLuiz Augusto von Dentz2013-07-121-2/+3
* A2DP: Fix regression introduce by 99c6f5221800a48e8ce0b1e070e97d1c26a0f90bLuiz Augusto von Dentz2013-05-171-6/+2
* A2DP: Mark start flag if resume happen while in configured stateLuiz Augusto von Dentz2013-02-221-0/+48
* A2DP: Fix invalid writeLuiz Augusto von Dentz2013-02-151-0/+2
* A2DP: Fix not setting setup error to NULLLuiz Augusto von Dentz2013-01-311-6/+6
* a2dp: Fix invalid memory access during abort_ind()Syam Sidhardhan2013-01-221-1/+1
* a2dp: Fix invalid memory access during suspend_ind()Syam Sidhardhan2013-01-221-1/+1
* audio: Fix not releasing all references to btd_adapterLuiz Augusto von Dentz2012-12-191-9/+35
* audio: Make manager_get_device accept btd_deviceSzymon Janc2012-12-191-7/+1
* audio: Use manager_get_device to get device objectSzymon Janc2012-12-191-3/+2
* avdtp: Replace avdtp_get_peers with adapter and device gettersSzymon Janc2012-12-191-10/+8
* a2dp: Use btd_adapter ref in a2dp_server instead of bdaddr_tSzymon Janc2012-12-191-11/+14
* avdtp: Use refs to adapter and device instead of bdaddr_tSzymon Janc2012-12-191-7/+7
* a2dp: Convert a2dp_add_sep to accept struct btd_adapterSzymon Janc2012-12-191-2/+2
* a2dp: Convert a2dp_unregister to accept btd_adapterSzymon Janc2012-12-191-3/+3
* a2dp: Convert sink/source register to accept btd_adapterSzymon Janc2012-12-191-6/+8
* a2dp: Remove not used macros definitionsSzymon Janc2012-12-191-8/+0
* a2dp: Remove useless returnSzymon Janc2012-12-191-3/+0
* a2dp: Remove bogus '\' at the end of lineSzymon Janc2012-12-191-1/+1
* audio: Remove unused a2dp_sep_is_playing functionJohan Hedberg2012-12-181-8/+0
* audio: Remove unnecessary a2dp_sep_get_lock functionJohan Hedberg2012-12-181-6/+1
* audio: Remove unused a2dp_get_sep functionJohan Hedberg2012-12-181-38/+0
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* audio: Split A2DP into two btd_profileMikel Astiz2012-11-211-42/+38
* audio: Bump A2DP version to 1.3Luiz Augusto von Dentz2012-11-161-15/+4
* audio: Move to profiles directoryLuiz Augusto von Dentz2012-11-131-0/+1936