summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Fix use of invalid pointerJohan Hedberg2009-01-071-1/+3
|
* Remove double semicolonJohan Hedberg2009-01-071-1/+1
|
* Fix client socket to always be non-blocking.Luiz Augusto von Dentz2009-01-061-0/+1
| | | | | | Accourding to accept man page it does not inherit flags from listening socket. This mean that any operation in the socket generated by accept may block which can render the daemon unresponsive.
* Update copyright informationMarcel Holtmann2009-01-0143-44/+44
|
* Remove usage of MSG_WAITALL from pcm_bluetooth.c as wellJohan Hedberg2008-12-291-1/+1
|
* Fix receiving data over the unix socketJohan Hedberg2008-12-291-1/+1
| | | | | Don't use MSG_WAITALL since we can (and often will) receive less data than MTU with the new IPC.
* First attempt in fixing compiler warnings (still needs cleanup)Marcel Holtmann2008-12-2312-16/+17
|
* Removed unused functionMarcel Holtmann2008-12-231-18/+0
|
* Need to declare plugin entry functions firstMarcel Holtmann2008-12-232-0/+4
|
* Convert sizeof to int before comparison against < 0Marcel Holtmann2008-12-231-3/+3
|
* Assign variables after declarationsMarcel Holtmann2008-12-231-1/+1
|
* More coding style fixesJohan Hedberg2008-12-2010-112/+113
|
* Coding style fixesJohan Hedberg2008-12-204-14/+14
|
* More length header fixesJohan Hedberg2008-12-201-13/+16
|
* Fix length header values in messagesJohan Hedberg2008-12-202-41/+60
|
* Be more strict about message size mismatches.Luiz Augusto von Dentz2008-12-201-0/+5
|
* Remember to remove the signal filter in the _exit functionJohan Hedberg2008-12-171-0/+2
|
* Fix gstreamer plugin to reflect the ipc changes.Luiz Augusto von Dentz2008-12-161-66/+96
|
* Fix alsa plugin to reflect the ipc changes.Luiz Augusto von Dentz2008-12-162-115/+159
|
* Fix audio ipc to deal better with codec capabilities.Luiz Augusto von Dentz2008-12-163-255/+345
| | | | | This should cover custom codec support for a2dp devices and add support for codecs while using SCO transports.
* Introduce headset_get_nrec.Luiz Augusto von Dentz2008-12-152-0/+8
|
* Revert previous change to g_timeout_add_secondsJohan Hedberg2008-12-151-2/+1
| | | | | These timeouts really need to be sub-second so g_timeout_add_seconds can't be used.
* Convert two more users to g_timeout_add_seconds()Marcel Holtmann2008-12-101-1/+2
|
* Fix AT+NREC APIJohan Hedberg2008-12-104-10/+10
| | | | | Remove disable from the function names since there now is the boolean "enable" parameter.
* Fix call hold responseJohan Hedberg2008-12-091-1/+1
| | | | Respond with a proper error in case of a failure.
* Remove unused definesJohan Hedberg2008-12-091-4/+0
|
* Fix copyright yearJohan Hedberg2008-12-081-1/+1
|
* Make sure max is initialized properly in all casesJohan Hedberg2008-12-081-1/+3
|
* memory_dial_lookup should be staticJohan Hedberg2008-12-081-1/+1
|
* Add some documentation for msisdn and vmbxJohan Hedberg2008-12-081-2/+2
|
* Also fetch charge_level.design in case charge_level.last_full isn't availableJohan Hedberg2008-12-081-11/+22
|
* Update to match new telephony_disable_nr_and_ec_req APIJohan Hedberg2008-12-081-2/+3
|
* Remove unnecessary debug print from signal_filterJohan Hedberg2008-12-081-3/+2
|
* Fix typoJohan Hedberg2008-12-081-1/+1
|
* Make use of the send_method_call helper functionJohan Hedberg2008-12-081-154/+79
|
* Assign voice mailbox to memory location 1Johan Hedberg2008-12-081-3/+18
|
* Add support for SIM.PhonebookJohan Hedberg2008-12-081-45/+160
| | | | | This patch adds support for fetching the MSISDN and the VMBX (voice mailbox) numbers from the SIM phonebook.
* Allow battchg to be 0Johan Hedberg2008-12-081-1/+1
|
* Only send battchg when it really changedJohan Hedberg2008-12-081-6/+11
|
* Fix HAL PropertyModified signal parsingJohan Hedberg2008-12-081-8/+7
|
* Fix HAL reply parsingJohan Hedberg2008-12-081-1/+1
|
* Implement the missing part of the HAL battery info codeJohan Hedberg2008-12-081-32/+167
|
* Implement preliminary support for fetching a HAL battery objectJohan Hedberg2008-12-081-0/+65
|
* Fix uninitialized variable gcc warningsJohan Hedberg2008-12-081-0/+2
|
* Stop ringing if the call was answered from the AG sideJohan Hedberg2008-12-081-0/+2
|
* Use proper phone number typeJohan Hedberg2008-12-081-3/+5
|
* Add placeholder for NR & EC supportJohan Hedberg2008-12-081-3/+11
|
* Make use of the new Created signalJohan Hedberg2008-12-081-62/+21
|
* Subscribe signals before requesting instance statusPekka Pessi2008-12-081-16/+12
|
* fix csd_status_to_hfp()Pekka Pessi2008-12-081-9/+13
|