summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)AuthorFilesLines
2012-03-15HFP gateway: fix failure on very first GSM connectionArnaud Mouiche1-2/+2
2012-03-13audio: fix io channel shutdown on errorMikel Astiz1-5/+8
2012-03-13audio: fix missing io channel shutdownMikel Astiz1-0/+2
2012-03-13audio: fix missing unref in case of errorMikel Astiz1-3/+18
2012-03-13avrcp: Add error code for rejected vendor commandMichal Labedzki3-1/+20
2012-03-13avrcp: Fix response ctype of AbortContinuingResponseMichal Labedzki1-1/+1
2012-03-08media: register disconnect watch at transport addFrédéric Dalleau1-3/+3
2012-03-08gateway: Fix crash if SCO connection failsFrédéric Dalleau1-4/+1
2012-03-02audio: Remove redundant state_changed() call in headset_server_probe()Johan Hedberg1-1/+0
2012-02-17audio: Fix signature of MediaTransport.Acquire methodLuiz Augusto von Dentz1-1/+1
2012-02-14audio: Fix clang compiler warnings regarding implicit enum conversionVinicius Costa Gomes4-6/+6
2012-02-14audio: do not disconnect on gateway SCO failureMikel Astiz1-1/+1
2012-02-14a2dp: return NotSupported error if no server foundMikel Astiz1-1/+1
2012-02-14audio: gateway_unlock together with in_use = FALSEMikel Astiz1-1/+2
2012-02-02Fix GLib assertion failure in media.c get_setting()Szymon Janc1-3/+2
2012-01-27audio: Fix disabling local A2DP endpoints when UNIX socket is disabledLuiz Augusto von Dentz1-8/+7
2012-01-24btio: Fix users to not expect a default security levelVinicius Costa Gomes3-0/+4
2012-01-12headset: Fix unknown command error responseSyam Sidhardhan1-1/+2
2012-01-09Remove PulseAudio plugin leftoverAnderson Lizardo1-39/+0
2011-12-27audio: Use headset_shutdown in headset_setconf_cbRadoslaw Jablonski1-1/+1
2011-12-23Fix device address type trackingJohan Hedberg1-1/+1
2011-12-08telephony-maemo5: Fix D-Bus reply memory leaksSyam Sidhardhan1-4/+4
2011-11-21media: update copyright statementMikel Astiz1-0/+1
2011-11-21a2dp: update copyright statementMikel Astiz2-0/+2
2011-11-21a2dp: avoid conversion between guint and pointersMikel Astiz3-27/+22
2011-11-21media: sep registration fixMikel Astiz1-1/+1
2011-11-21media: release transport locks on acquisition failureMikel Astiz1-0/+1
2011-11-21audio: enable Media API by defaultLuiz Augusto von Dentz1-2/+2
2011-11-18AVDTP: Fix closing invalid FD on errorAnderson Lizardo1-1/+1
2011-11-17Fix return value check for bt_audio_service_open()Anderson Lizardo2-2/+2
2011-11-17audio: Fix errno handling conventionAnderson Lizardo2-15/+19
2011-11-17audio/PCM: Fix errno handling conventionAnderson Lizardo1-10/+11
2011-11-17audio/IPC: Fix errno handling conventionAnderson Lizardo1-9/+9
2011-11-17AVDTP: Fix errno handling conventionAnderson Lizardo1-10/+12
2011-11-17AVCTP: Fix errno handling conventionAnderson Lizardo1-18/+13
2011-11-14Fix enable fast connectable when connection allowedDmitriy Paliy1-1/+6
2011-11-04AVRCP: implement TRACK-REACHED-END eventLucas De Marchi3-0/+17
2011-11-02Fix response on AT+CHLD=0 in maemo6Dmitriy Paliy1-3/+7
2011-10-28Add MediaPlayer.Release methodLuiz Augusto von Dentz1-1/+25
2011-10-28Fix incorrect use of atoi in maemo6Dmitriy Paliy1-1/+4
2011-10-28Fix check for PDU sizeLucas De Marchi1-1/+1
2011-10-25Fix calling g_io_channel_shutdown twice for a gateway connectionLuiz Augusto von Dentz1-1/+0
2011-10-22Unregister players' events when disconnectedLucas De Marchi1-0/+1
2011-10-22Fix leak of GTimerLucas De Marchi1-0/+1
2011-10-22Add missing TRACK-REACHED-START eventLucas De Marchi1-0/+2
2011-10-18Fix implicit declaration of 'g_slist_free_full'Frédéric Danis1-1/+1
2011-10-18Move SDP client functions from glib-helper.c to sdp-client.cJohan Hedberg2-2/+2
2011-10-18Add glib-compat.h to deal with issues in old GLib versionsJohan Hedberg7-5/+7
2011-10-18AVRCP: Implement RequestContinuingResponse PDULucas De Marchi1-68/+146
2011-10-18AVRCP: Implement AbortContinuingResponse PDULucas De Marchi1-0/+55