aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* i9305: audio hal mic updatesmarkcs2014-03-241-1/+1
| | | | | | | Fix for audio mic distortion during video recordings and reset in_device to NONE at call completion Change-Id: I011a5123a87a17a3f478af93bce7df4ba0108839
* i9305: updates to audio HALmarkcs2014-02-171-19/+14
| | | | Change-Id: Ib6ea62f97a328c1623388d27a4a7d3056eadd350
* i9305: increase speakerphone volumemcampbellsmith2013-11-151-1/+1
| | | | Change-Id: I6458aa0df0a2aa25418c7992b087c6da1802fd8c
* revert: i9305: user configureable voice/streaming volumesmark2013-08-212-136/+12
| | | | | | | This reverts this change from 10.1, but keeps the cleaned up parts in audio_hw.c Change-Id: I51dc154f56b873113c36bce7dbb969ade59159f9
* i9305: user configureable voice/streaming volumesmark2013-06-242-31/+155
| | | | | | | | | | This uses 4 files to store the voice volume: incall_earpiece, incall_headphone, incall_speaker, incall_bt, and 2 for streaming volume: out_speaker, out_headphone located /data/local/audio. (based on http://review.cyanogenmod.org/#/c/43834 by Scott Brissenden) Change-Id: Ia4d9793786303156895b3f76b9e3a7831848b062 Requires: http://review.cyanogenmod.org/#/c/44098
* i9305: Force the use of both microphones to allow stereo recordingmark2013-05-261-2/+6
| | | | | | | Force the use of both AUDIO_DEVICE_IN_BACK_MIC and AUDIO_DEVICE_IN_BUILTIN_MIC if the device AUDIO_DEVICE_IN_BACK_MIC is selected to allow stereo recording Change-Id: I0ad230f2c63ba96a87a642dc92ad33f4eb807367
* i9305: clean up dock audio configurationmark2013-04-301-2/+2
| | | | | | | | Separate the dock configuration for analogue-dock and digital-dock. Previous configuration meant the analogue-dock configuration for AUDIO_DEVICE_OUT_ANLG_DOCK_HEADSET was never applied Change-Id: I0239cf13bf6e8e85cf8033b91e1832e10f9b3315
* i9305: increase speaker volume during callmark2013-04-062-20/+38
| | | | Change-Id: Ib92755cb7003e08836e6cc6ff94e5823472b32e9
* Adjust headset mic audio settingsmark2013-03-311-1/+1
| | | | | | - Increase headset_input parameter IN1L Volume to 28 in audio_hw.h to increase microphone gain Change-Id: I1e45d03709f2fc650befca410f47f9a44340c41b
* i9305: fix dock audio, config cleanupcodeworkx2013-03-281-3/+11
| | | | Change-Id: I03aee53eddfbaa7978c47321e306f490e5d56f33
* i9305: fix incall bluetoothcodeworkx2013-02-201-12/+19
| | | | thanks to sbrissen
* i9305: adjust capture period size and countcodeworkx2013-02-141-2/+2
|
* i9305: increase speakerphone volume and allow voice index to be different ↵codeworkx2013-02-141-6/+16
| | | | | | for output devices
* audio: remove invalid mic controlscodeworkx2013-02-112-2/+1
|
* initial commitcodeworkx2013-02-083-0/+3569