summaryrefslogtreecommitdiff
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Fix maemo6 API changes since maemo5Luiz Augusto Von Dentz2010-04-061-349/+217
* Introduce maemo6 telephony driverLuiz Augusto Von Dentz2010-04-061-0/+2118
* Fix invalid memory access in headset_get_nrec when hs->slc is NULLJohan Hedberg2010-04-021-0/+3
* Return error when modem_obj_path is NULLForrest Zhao2010-03-291-0/+15
* Set voice_call.watch in correct wayForrest Zhao2010-03-251-1/+1
* Add immediate parameter to avdtp_closeLuiz Augusto Von Dentz2010-03-245-11/+16
* Send abort on while cancelling a2dp setupLuiz Augusto Von Dentz2010-03-242-38/+8
* Make abort requests to have a shorter timeoutLuiz Augusto Von Dentz2010-03-241-1/+3
* Fix avdtp_abort not canceling pending requestsLuiz Augusto Von Dentz2010-03-241-22/+34
* Drop connection if abort is rejectedLuiz Augusto Von Dentz2010-03-241-1/+1
* Rename maemo telephony driver to maemo5Luiz Augusto Von Dentz2010-03-241-0/+0
* Fix unhandled returns of dbus_message_get_argsLuiz Augusto Von Dentz2010-03-242-10/+20
* Add check for g_dbus_register_interface returnLuiz Augusto Von Dentz2010-03-241-5/+12
* Use correct sign for error valueLuiz Augusto Von Dentz2010-03-221-2/+2
* Fix SCO connection error propagationJohan Hedberg2010-03-221-4/+8
* Coding style fixes for telephony-ofono.cJohan Hedberg2010-03-081-4/+3
* Fix using invalid data from previous headset connectionLuiz Augusto Von Dentz2010-03-041-81/+106
* Fix double free on AVDTP Abort responseDaniel Orstadius2010-02-211-0/+7
* Mark inuse flag whenever a stream is configuredLuiz Augusto Von Dentz2010-02-181-0/+1
* Fix possible crash while verifying avdtp versionLuiz Augusto Von Dentz2010-02-171-1/+1
* audio/gateway.c: Don't reply to DBus when connection comes from AGGustavo F. Padovan2010-02-151-5/+9
* Fix segmentation fault when headset disconnects during authorizationClaudio Takahasi2010-02-111-1/+1
* Add argument verification when unregistering Handsfree agentClaudio Takahasi2010-02-101-0/+13
* Handle unanswered AVDTP request on disconnectDaniel Orstadius2010-02-101-1/+56
* Implement HandsfreeGateway InterfaceGustavo F. Padovan2010-02-045-133/+363
* clean up audio/gateway.cGustavo F. Padovan2010-02-031-759/+1
* Use more sane default indicator valuesJohan Hedberg2010-02-021-2/+2
* Fix conference call releasing in telephony-maemoDaniel Orstadius2010-01-301-1/+28
* Add preliminary voice dialling support for HSPPeter Zotov2010-01-155-2/+60
* Fix voice mailbox number reading from SIMJohan Hedberg2010-01-081-1/+1
* Update Intel copyrightsMarcel Holtmann2010-01-071-1/+1
* Update Nokia copyrightsJohan Hedberg2010-01-0726-26/+26
* Update copyright informationMarcel Holtmann2010-01-0146-46/+46
* Port ofono telefony driver to use g_dbus_add_signal_watchLuiz Augusto Von Dentz2009-12-291-162/+148
* Fix sending incorrect AVDTP commands after a timeout occursJohan Hedberg2009-11-201-4/+6
* Fix CK-20W quirks for play and pause eventsDaniel Orstadius2009-11-031-0/+2
* Some coding style fixes and removed unused function.Claudio Takahasi2009-10-261-20/+15
* Fix audio.conf variable to match what is parsed for in audio/manager.cDaniel Orstadius2009-10-211-1/+1
* Fix codec selection on gstream plugin.Luiz Augusto von Dentz2009-10-201-0/+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-067-59/+466
* Fix off-by-one issue with AVDTP capability parsingJohan Hedberg2009-10-061-1/+1
* Fix a few SDP related memory leaksJohan Hedberg2009-10-061-0/+2
* Fix HFP HF-role SDP record profile versionJohan Hedberg2009-10-051-1/+1
* Fix A2DP and AVDTP versions in SDP recordsJohan Hedberg2009-10-051-3/+4
* Fix AVRCP and AVCTP versions in the SDP recordsJohan Hedberg2009-10-051-6/+8
* Fix string comparisonJohan Hedberg2009-10-021-1/+1
* Add a quirk for the Nokia CK-20W car kitJohan Hedberg2009-10-021-5/+34
* Fix unnecessary NULL checksJohan Hedberg2009-10-022-4/+2
* Fix GIOCondition error checkJohan Hedberg2009-10-021-1/+1