summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
...
* audio: always use PORT_MM2_UL for captureSimon Wilson2011-09-061-29/+15
* audio HAL: add audio pre processing.Eric Laurent2011-09-062-136/+744
* audio: specify analog volumes in dBSimon Wilson2011-09-061-5/+8
* audio: enable sidetone for toro device when using earpieceSimon Wilson2011-09-021-1/+42
* Revert "audio: change pcm_config_vx channel from 1 to 2"Simon Wilson2011-09-011-1/+1
* audio: turn off output stages when not in useSimon Wilson2011-08-261-15/+36
* audio: check for active_input != NULL before followingSimon Wilson2011-08-261-3/+3
* audio HAL: use resampler from libaudioutils.Eric Laurent2011-08-262-47/+47
* audio: set input volume based on use-caseSimon Wilson2011-08-261-35/+115
* audio: change pcm_config_vx channel from 1 to 2Lee Min2011-08-251-1/+1
* audio: reduce DL2 ABE gain to reduce handsfree distortionSimon Wilson2011-08-241-3/+3
* audio: change time and method to change clock and audio pathUK KIM2011-08-221-3/+34
* audio: reduce headset volumeSimon Wilson2011-08-181-1/+1
* audio HAL: added support for TTY feature.Eric Laurent2011-08-091-1/+89
* audio HAL: implement microphone mute.Eric Laurent2011-08-091-2/+14
* audio: route to sub mic for audio captureSimon Wilson2011-08-091-6/+27
* audio: fix mic path when headphones are usedSimon Wilson2011-08-091-6/+8
* audio: use sub mic for handsfree voice callsSimon Wilson2011-08-081-9/+31
* audio: use 0dB gain for all mixersSimon Wilson2011-08-031-6/+5
* audio: rename earpiece enable control nameSimon Wilson2011-08-021-8/+10
* audio: add input routing supportChris Kelly2011-08-011-70/+174
* audio: correct output set parametersChris Kelly2011-08-011-3/+4
* audio: use per-device maximum RIL volumeSimon Wilson2011-07-293-8/+21
* audio: add missing locksSimon Wilson2011-07-251-0/+4
* Revert "audio: disable output stage when going into standby"Simon Wilson2011-07-221-33/+26
* audio HAL: added resampler on input streamEric Laurent2011-07-221-47/+129
* audio: disable output stage when going into standbySimon Wilson2011-07-211-26/+33
* audio: reorganize route paths and add BT DL pathChris Kelly2011-07-201-40/+101
* audio: correct low power port idChris Kelly2011-07-201-1/+1
* audio: set in-call volume when user starts callUK KIM2011-07-191-1/+7
* audio: check for ril presence before calling into itKim Uk2011-07-193-56/+93
* Fix issue 5048624: Native crash in video chat.Eric Laurent2011-07-191-1/+1
* audio: reselect output device when changing modeSimon Wilson2011-07-171-4/+8
* audio: use MM_UL2 port for 48kHz audio captureEric Laurent2011-07-141-9/+72
* audio: fix latency and buffer size calculationEric Laurent2011-07-141-11/+14
* audio: add support for multiple output devicesSimon Wilson2011-07-121-128/+51
* audio: put pcm into standby before changing output deviceSimon Wilson2011-07-121-2/+1
* Audio HAL: added interface for audio preprocessingEric Laurent2011-07-111-0/+24
* audio: output standby supportSimon Wilson2011-07-101-11/+36
* audio: capture supportSimon Wilson2011-07-101-12/+130
* Fix audio output to play audio other than 44k stereoJean-Michel Trivi2011-06-281-0/+4
* audio: workaround ABE microphone disable problemSimon Wilson2011-06-271-6/+10
* audio: add headset output deviceSimon Wilson2011-06-271-11/+20
* audio: improve audio routing in voice callSimon Wilson2011-06-271-123/+192
* audio: voice call supportSimon Wilson2011-06-244-31/+269
* Enable audio supportSimon Wilson2011-06-202-0/+850