summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* audio: forward call mute to RIL client interfaceDheeraj CVR2015-02-253-2/+21
| | | | Change-Id: Iccb763b48a687b88692c84976a7cddf72031b5be
* Revert "audio: fix incall mute"tilaksidduram2015-02-252-49/+0
| | | | This reverts commit 1c3ccd1cbf98430dc091240fe1aa494a51908980.
* audio: fix mute when switching devicesMarcKe2015-02-111-0/+3
|
* audio: fix incall muteMarcKe2015-02-112-0/+49
|
* Update audio profilesDheeraj CVR2014-10-301-71/+60
| | | | | | | | Change-Id: I05c379455be8dbf000837b12d942000c404dba20 Conflicts: audio/audio_hw.c configs/tiny_hw.xml
* Audio HAL updatesUtkarsh Gupta2014-10-301-60/+71
| | | | | | | Change-Id: Ie41cade3494dc9d3f8ba886ae1f4977e25b97423 Conflicts: configs/tiny_hw.xml
* audio: set noise suppression based on audio parameterDheeraj CVR2014-08-172-10/+20
| | | | Change-Id: I014541ead917f2385c9ec8d88910f11e8a6b6e92
* audio: fix MicBias mode for voice callDheeraj CVR2014-08-071-0/+3
| | | | Change-Id: Ibf6d69495a9209d420621b9c53a82f9bf7b7e48d
* audio: make builtin mic and back mic volumes consistentDheeraj CVR2014-08-072-12/+2
| | | | Change-Id: I9f94363e78bed7b3185110d1f7d90a9f36a4ba10
* audio: fix noise supression and update mixer ctlsDheeraj CVR2014-08-072-166/+101
| | | | | | | Change-Id: Id887b35932e4872a0679053d385c38142f860689 Conflicts: overlay/packages/services/Telephony/res/values/config.xml
* Audio parameter for setting noise suppressionKetut Putu Kumajaya2014-07-171-1/+1
| | | | Change-Id: I1fb529396f7a039bf9843368f4f1b5036c889e82
* n7100: audio: fix video issuesmarkcs2014-03-241-1/+13
| | | | | | Now audio is stereo without any static Change-Id: I69c4c66f9a8c91d1d005baf3bd79c3a32a868ac3
* n7100: fix drain after callJavier Ferrer2014-03-241-0/+1
| | | | Change-Id: I60ebd34d5af71a63b0e44a82068a7d5a81f0bdca
* n7100: audio: update halUtkarshGupta2014-03-242-41/+33
| | | | | | | Change-Id: I67d8822b68096445dd96ed8f80d21322c778daf2 Conflicts: audio/audio_hw.c
* n7100: audio: hal updateUtkarshGupta2014-03-032-11/+25
| | | | | | Brought in audio hal from i9300 Change-Id: Ib91a8b9bd41e7cdb83c14ca8de7f35e935337176
* N7100: Audio: Code-formattingDominik Marszk2013-12-241-60/+59
| | | | Change-Id: I4bc3c7aaf8bacadefa2ac6c45374c27e31ef131c
* n7100: audio: properly set routing and standby after voice callDheeraj CVR2013-12-031-6/+10
| | | | | | | | | | | | | | | Disabling the voice call route using voicecall_default_disable is not sufficient since there are additional routes which are used during a voice call, which have to be properly disabled. Also, set the input device to standy which prevents the mic from not working for the first time after a voice call. This could also serve a potential fix for battery drain issues after voice call. Original Change-Id in i9300 tree: I0acd41deafd49da50857d6fe6396c3b5270d911c Change-Id: Id2a0e4f22baca54b0ae7cf775aff6cf5c5b0bd14
* n7100: audio: don't disable back mic upon voice call endDheeraj CVR2013-12-031-2/+0
| | | | | | | | | | | Back or Secondary Microphone (Sub Mic) is turned on and off using noise_suppression parameter from adev_set_parameters and hence it is not required to disable the back mic explicitly in voicecall_default_disable Original Change-Id in i9300 tree: I0959bfb0d49c0ba75795f5374e6f5ba5eac59cf1 Change-Id: Ie03d8515df11d276d0ac4c0db05be1d9dbb82089
* n7100: audio: disable voicecall route on init and leaving incall stateDaniel Hillenbrand2013-12-031-16/+24
| | | | | | Original Change-Id in I9300 tree: I5e1ca99f19a715ef509825d46103c60f10d35ce2 Change-Id: I4b3f42ab561dd260d20507f04b1c4398cd07154b
* Fix audio recording on N7100kristof.petho2013-02-141-2/+2
| | | | Change-Id: I627fb63c45c5d0971f7dbc60fd5c246d1a1148bb
* N7100: Fix incall BT audio and cleanupkristof.petho2013-01-102-38/+93
| | | | | | | | | - Fixes incall bluetooth audio (thanks to codeworkx for idea) - Cleanup audio routing - Cleanup audio volumes - Cleanup power_profile to match stock values Change-Id: I40e8f5df5e892475e73f7eae3e4418824385cc52
* n7100: audio: remove mutex lock at adev_set_voice_volumecodeworkx2012-12-091-2/+0
| | | | | | | if set_mode is called it's locking and calls adev_set_voice_volume which fails to lock then. Change-Id: I0b7e030e7f3a6d9448b75038941f2a367eb67504
* i9300: update audio hal for mr1codeworkx2012-11-291-67/+63
| | | | Change-Id: I0294772fc8252648c23f9b13996059748f87f4eb
* Audio updateskristofpetho2012-11-234-14/+72
| | | | Change-Id: I99bd3588cbedad43090595f153ae5c39eb7251e2
* Fix headset mic routingShamir Husain2012-11-181-3/+5
| | | | | | | | Patch set 2: Better? Change-Id: Ic6ee90576d99e35e461e4ff8c542cd91d8b86d9f Author: Kristof Petho
* initial commitcodeworkx2012-11-115-0/+3565
based on nebkat's device tree