summaryrefslogtreecommitdiffstats
path: root/audio/voice.h
Commit message (Collapse)AuthorAgeFilesLines
* audio: Implement WB_AMR callback correctlyAndreas Schneider2017-02-191-1/+1
| | | | Change-Id: Ib2392c8a122d07b40814ca2eeaecf30f9bdb0f99
* audio: Add support for bluetooth voice callsAndreas Schneider2017-02-121-0/+5
| | | | Change-Id: Ic63b7c09ed7401ab72824a406db333e3fbce780b
* audio: Add support for voice session mic muteAndreas Schneider2017-02-111-0/+1
| | | | Change-Id: I5277736fffcb4511e4a7adb2e3e10090dcab484c
* audio: Add voice call wideband supportAndreas Schneider2017-02-111-0/+1
| | | | Change-Id: Idf6725aaaf906109ce973a8109b7c252a997dead
* audio: Add support for two mic controlAndreas Schneider2017-02-111-0/+2
| | | | Change-Id: I0176b41b071577e9e55f5177ec1219d4e9aa91a2
* audio: Enable voice call supportChristopher N. Hesse2017-02-101-1/+8
| | | | | | Pair-Programmed-With: Andreas Schneider <asn@cryptomilk.org> Change-Id: I284f21240e56dda93cb8a2ab98b903ff712504a6
* audio: Initialize the radio voice sessionChristopher N. Hesse2017-02-101-0/+39
This just allocates the structre and creates the RIL connection. This is per audio_device structure to make sure we to not run into issues with audioserver threading. Change-Id: I42e1b7ae57579f39c5f76566ef5b67d4e2c13e3f