aboutsummaryrefslogtreecommitdiffstats
path: root/audio/audio_hw.c
Commit message (Collapse)AuthorAgeFilesLines
* audio: remove logcat spamZiyan2016-09-151-1/+0
| | | | Change-Id: I5744b6c0db047c9144f0f1a2672e0c15413960fd
* audio: select correct audio config at runtime (1/5)Ziyan2016-02-221-3/+12
| | | | Change-Id: If9732081791ab68f028129c953b518196f31b09c
* audio: forward call mute to RIL client interfaceDheeraj CVR2015-12-021-0/+3
| | | | Change-Id: Ifd0c6d3bf271a49f9e938514c79e3ec3a1e6d92c
* espress-common: audio: deprecate audio_stream_frame_size()Ziyan2015-08-291-9/+9
| | | | Change-Id: I4f8a62803cca98c96ecac7698cc4e876db7bd596
* espresso-common: audio: add parameters to open stream functionsZiyan2015-08-291-2/+6
| | | | | Bug: 14815883. Change-Id: Ie1aa70efa9e3a657379b56f9d3cb5ab56be13b46
* espresso-common: audio: mark unused parametersZiyan2015-08-291-32/+32
| | | | Change-Id: Icf507826fb74c93500d98433eb1d42c8dde6cb5e
* espresso-common: audio: dynamically choose default incall deviceZiyan2015-08-291-1/+11
| | | | | | | | | | If the device doesn't have an earpiece (P5100), let's use the speaker as the default incall device. This commit makes it possible to use a common audio HAL for all variants. Change-Id: I2acb0ad03025688602f973734bcbabd3a4ba7820
* espresso-common: add back audio HAL (1/5)Ziyan2015-08-291-0/+3128
| | | | | | | | The only difference between the P3100 and P5100 audio HAL is the default incall device (handset vs speaker). This will be accounted in a followup commit. Change-Id: I9160280dc8d123fe4469ac0b82a6d9be70868709
* espresso-common: cleanup and make the device tree-commonandi342015-08-121-3128/+0
| | | | Change-Id: I631495d13cbd28d54a30358dbfdea6a24db6c1ea
* Update Audio parameter for setting noise suppressionKetut Putu Kumajaya2014-10-191-1/+1
| | | | Change-Id: I1fb529396f7a039bf9843368f4f1b5036c889e82
* p3100: refine incall bluetooth audioDaniel Hillenbrand2013-04-151-0/+5
| | | | Change-Id: I35e39c4603e2504f6651843300ba3eff40ceee98
* p3100: add incall noise suppression supportDaniel Hillenbrand2013-04-151-1/+17
| | | | Change-Id: I8cba9a1b5b98d2bb3accbd8f32ff5cdc4b5e568d
* p3100: refine incall audio settingsDaniel Hillenbrand2013-04-141-6/+9
| | | | Change-Id: Iecee3ee43ef988ec1fc97f1d763596dfda4c6271
* p31xx: add support for dock audioDaniel Hillenbrand2013-04-131-4/+26
| | | | Change-Id: I35363baf1d0ad4930bee049faf6e8ae25ad94211
* p3100: fix bluetooth incall audiocodeworkx2013-01-091-11/+71
| | | | Change-Id: I521e270055c9cc37f081db310029f0726bc99fb1
* p31xx: audio: remove mutex lock at adev_set_voice_volumecodeworkx2012-12-161-2/+0
| | | | | | | if set_mode is called it's locking and calls adev_set_voice_volume which fails to lock then. Change-Id: I5026df7f5d8388f2d74f63eb9f43ec9fab2fc890
* p3xxx: 4.2ifiedShareef Ali2012-11-241-66/+63
| | | | | | | | * updates to sdcard * disables overlay * updates audio hal Change-Id: I03030c6faa13c6c999941b7992272fc13de67e58
* audio: some incall fixesDaniel Hillenbrand2012-08-021-8/+17
| | | | Change-Id: I84f13e59445063be1566b38d9e80b2a4102b6759
* audio: request 2 input channels by defaultDaniel Hillenbrand2012-07-261-1/+8
|
* jellybeanedDaniel Hillenbrand2012-07-231-0/+3011