summaryrefslogtreecommitdiffstats
path: root/libaudio
Commit message (Collapse)AuthorAgeFilesLines
* Workaround in audio HAL to fix audio inputEric Laurent2010-10-012-313/+423
| | | | | | | | | Patched audio HAL to allow minimal audio input functionality until real fixes are submitted. This will allow features like voice search, VoIP, camcorder and mms audio record to work (with poor audio quality). Change-Id: I18acb120c5c398ccaeac11c462d629d41e33eef4
* Restore use of AudioPolicyManagerBase class.Eric Laurent2010-10-014-4135/+17
| | | | | | | | | AudioPolicyManager implementation must use AudioPolicyManagerBase for all default behavior. Crespo was using an implementation of AudioPolicyManager based on a pre Eclair version that did not derive from AudioPolicyManagerBase and thus was missing a lot of improvements and bug fixes. Change-Id: I0dd8de15047109d1534e532c924e9beb46fd23e6
* Better handling of libsecril stub.Jean-Baptiste Queru2010-09-261-1/+5
| | | | | | | | | | | Use a different name for the stub than for the real library, so that the real library still appears in the list of proprietary files. Also, use the real library instead of the stub when building an open-source build with the proprietary files. Change-Id: I570e7b86be5be5c8e18326c9438b5736f6019d44
* Create a stub for libsecril-clientJean-Baptiste Queru2010-09-242-0/+58
| | | | | | | This allows to build libaudio even if we don't have the true libsecril-client Change-Id: I3f8c8aa975a96a144157505272cf9a4497bef196
* libaudio: updating supported recording sample ratesAnton Rogozin2010-09-172-0/+33
| | | | | | getInputBufferSize() function was added to AudioHardwareALSA for supporting of other sample rates in addition to 8 kHz Change-Id: I0bb7aa333f7c51135a3bc8b65c5e5528946c48d3
* LIBAUDIO: fit AudioPolicyManagerBase.cpp of libaudio to AudioFlinger'sUK KIM2010-09-031-18/+24
| | | | | | | fit latest code to enable A2DP feature Change-Id: I9e11a6e611efd9443fdecd496238efe575358c75 Signed-off-by: UK KIM <w0806.kim@samsung.com>
* Move crepo-conditionals to the leaves.Jean-Baptiste Queru2010-09-031-0/+2
| | | | | | | | | | | | Two benefits: -this follows the convention that all Android.mk files are included, i.e. that reading an Android.mk file shows the entire picture. -this allows some of the leaves to become non-conditional, to increase the number of device-specific modules that are compiled in each build, which allows catching build breakages earlier. Change-Id: I060a4aecc4b5d53b9ca56f13b8599b8fa560f896
* LIBAUDIO: use libaudio of lsi, alsa-lib, alsa-utils, not generic lib.UK KIM2010-08-313-3/+126
| | | | | | | disable BOARD_USES_GENERIC_AUDIO feature modified libaudio, alsa-lib, alsa-utils to build according to crespo's source tree. Change-Id: I3f8b57e60c1ddd691ab9d85a161705a833155e4e
* S5PC11X: crespo: add alsa-lib, alsa-utils, libaudio, libcameraJeong-Seok Yang2010-08-257-0/+7249
Change-Id: I4a6ee248b407c67682eb8884d1176f4807288c7c