summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* audience: Cleanup write_int()Christopher N. Hesse2017-04-021-12/+19
* audience: Use O_WRONLY flag for write_int()Christopher N. Hesse2017-04-021-1/+1
* audience: Always log write_int() failsChristopher N. Hesse2017-04-021-7/+1
* audience: Warn when we cannot handle the output deviceChristopher N. Hesse2017-04-021-0/+2
* audio: Split BT SCO media/incall pathsChristopher N. Hesse2017-03-203-15/+27
* audio: add support for bluetooth wideband voice callsFevax2017-03-204-8/+42
* audio: Add support for Audience EarSmart ICsChristopher N. Hesse2017-03-036-0/+291
* audio: Add error logging to ril_interfaceChristopher N. Hesse2017-03-011-0/+20
* audio: Restart the voice call on device changeAndreas Schneider2017-02-242-1/+13
* audio: Improve logging in out_set_parameters()Andreas Schneider2017-02-191-2/+10
* audio: Implement WB_AMR callback correctlyAndreas Schneider2017-02-194-16/+26
* audio: Fix get_snd_device_name() for earpieceAndreas Schneider2017-02-161-1/+1
* audio: Cleanup and fix voicecall preparationChristopher N. Hesse2017-02-161-36/+36
* audio: Guard WB_AMR callbackChristopher N. Hesse2017-02-153-11/+26
* audio: Rename HANDSET to EARPIECE to follow libsecril-clientAndreas Schneider2017-02-151-3/+3
* Revert "audio: Disable voice log by default"Christopher N. Hesse2017-02-151-1/+1
* audio: Use labs() instead of abs()Paul Keith2017-02-141-2/+2
* audio: Disable voice log by defaultAndreas Schneider2017-02-141-1/+1
* audio: Log error if we fail to set the audio pathAndreas Schneider2017-02-141-1/+3
* audio: Add missing deep buffer to use_case_tableAndreas Schneider2017-02-141-0/+1
* audio: Fix device table access in get_snd_device_name()Andreas Schneider2017-02-141-1/+2
* audio: Fix time diff to always return positive numbersAndreas Schneider2017-02-141-11/+4
* audio: Update comments for voice micsAndreas Schneider2017-02-121-4/+8
* audio: Add support for bluetooth voice callsAndreas Schneider2017-02-124-4/+123
* audio: Remove device bit only on active_inputAndreas Schneider2017-02-111-3/+3
* audio: Add a mixer_path_0.xml template for the HALAndreas Schneider2017-02-111-0/+140
* audio: Add support for voice session mic muteAndreas Schneider2017-02-113-1/+9
* audio: Add voice call wideband supportAndreas Schneider2017-02-114-3/+50
* audio: Add support for two mic controlAndreas Schneider2017-02-114-7/+27
* audio: Leave out_get_presentation_position() early when switching to WBAndreas Schneider2017-02-111-0/+6
* audio: Do not segfault in out_get_presentation_position()Andreas Schneider2017-02-111-15/+26
* audio: Enable voice call supportChristopher N. Hesse2017-02-104-13/+314
* audio: Remove unused variables and functionAndreas Schneider2017-02-102-27/+16
* Revert "audio: Remove unused screen_state parameter"Andreas Schneider2017-02-102-0/+9
* audio: Improve error message for RILD connectionAndreas Schneider2017-02-101-1/+2
* audio: Initialize the radio voice sessionChristopher N. Hesse2017-02-105-1/+111
* audio: Add ril_interface to talk to radioChristopher N. Hesse2017-02-103-2/+319
* audio: Create a structure for voice to group valuesAndreas Schneider2017-02-102-17/+25
* audio: Add a delay for DSP firmware loadingAndreas Schneider2017-02-103-2/+76
* audio: Allow playback on earpiece tooFevax2017-02-081-2/+2
* audio: in_call is a bool typeAndreas Schneider2017-02-071-1/+1
* audio: Remove unused audio routesAndreas Schneider2017-02-062-20/+0
* audio: Disable support for IRQ affinity by defaultAndreas Schneider2017-02-022-0/+12
* audio: Correctly handle out of memory conditionsAndreas Schneider2017-02-022-7/+70
* audio: Make speaker swap on screen rotation optionalAndreas Schneider2017-02-022-0/+8
* audio: Remove unused screen_state parameterAndreas Schneider2017-02-022-9/+0
* audio: Remove tty_mode which we do not supportAndreas Schneider2017-02-022-69/+2
* audio: s/handset/earpiece/gChristopher N. Hesse2017-02-022-19/+19
* audio: Implement get_capture_position()Christopher N. Hesse2017-02-022-0/+39
* audio: improve read/write timing for streamsChristopher N. Hesse2017-02-022-5/+54