summaryrefslogtreecommitdiffstats
path: root/libaudio/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete dependency on libmediaGlenn Kasten2012-03-191-1/+1
| | | | | | and unnecessary media includes Change-Id: Ic889aac0e12979d5c5fef6a58ee9917a4864039e
* Merge "Prepare to move system/media"Glenn Kasten2012-03-151-2/+2
|\
| * Prepare to move system/mediaGlenn Kasten2012-03-141-2/+2
| | | | | | | | Change-Id: Icf444d14be31c81a1018655b9319980f3d5c9f74
* | audio policy manager refactoring.Eric Laurent2012-03-121-4/+0
|/ | | | | | | Removed obsolete method a2dpUsedForSonification() and compilation switch WITH_A2DP. Change-Id: I3df7b81df92f018d6bbc1bff2ec22d1c53e8035e
* audio HAL: C interface to libaudioutils.Eric Laurent2011-08-241-1/+0
| | | | | | | | Modifications for new C interface to echo reference and resampler. Also release echo reference if needed when closing an output stream. Change-Id: I9e8b524effad66798a61e80b5fec1779558cce1e
* Create library for common audio HAL functionsEric Laurent2011-08-181-19/+4
| | | | | | | Moved echo reference and resampler code to audio utils library so that they can be shared by other audio HALs. Change-Id: I7ab88843cc58ecc276bc4ccbbdc826c8c0b4a430
* Audio HAL: added echo referenceEric Laurent2011-07-251-3/+23
| | | | | | | | | | | Added EchoReference class enabling the input stream to access the audio data written to the output stream and push it as echo reference to the AEC. Also added methods to calculate the echo delay. Moved ReSampler class to a separate source file. Change-Id: I9c3388f39101d567240545eab271eb61c97e7b56
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-5/+1
| | | | | | Bug: 5010576 Change-Id: Ie6fa05f8d72bdf6da3b743a7f8c2464f9febc868
* Audio HAL: replaced downsampler by speex resamplerEric Laurent2011-07-051-2/+3
| | | | | | | Use speex resampler for more flexibility and prepare integration of audio pre processing which require upsampling. Change-Id: I7dd234bd89116d028655a043c84c1a18faf3bc67
* Use tinyalsa libraryEric Laurent2011-07-051-23/+8
| | | | | | | | | | Audio HAL now uses tinyalsa library to interface to alsa kernel drivers. Removed local thin alsa user space implementation. Also modified value of AUDIO_HW_IN_SAMPLERATE to match actual sampling rate when reading from kernel pcm device. Change-Id: Id0b2d166f3ab2f2291bf49b36c7085b21135ceea
* crespo/audio: build hal modules instead of libaudioDima Zavin2011-04-201-14/+16
| | | | | Change-Id: Ia4134c310a8e854d85c3584907a4da07355cc2b3 Signed-off-by: Dima Zavin <dima@android.com>
* Add additional statements to accept the crespo4g productMaarten Hooft2011-02-281-1/+1
| | | | Change-Id: I0e410d7b641c19a773c3bc57cb78e8aa3e27a3ff
* Removed ALSA user space library and utilitiesEric Laurent2010-11-301-49/+34
| | | | Change-Id: I0a6492f7c834ea572531e77f75486bcc385e345b
* only build the alsalib libaudio if the board uses alsalibBrian Swetland2010-10-101-0/+2
| | | | Change-Id: I6819ea28e0d16f163a00f8d25ba77506b144a886
* libaudio: code cleanup & RIL interface updateAnton Rogozin2010-10-071-31/+0
| | | | | | | | | | | | | | | | Anton Rogozin <ant.rogozin@samsung.com>: Unused code removed, dynamic loading of RIL lib, alsa lib resampler turning on UK KIM <w0806.kim@samsung.com>: 1. deleted unneeded standby_l() and set_wakelock func() in each stream class. 2. use StreamOPS:close() to close stream. 3. reference new libaudio. Eric Laurent <elaurent@google.com>: Some more cleanup Fixed clicks when playing call ended tone Change-Id: Ieea1319262576b2f6680c675957643eacbab9c11
* Restore use of AudioPolicyManagerBase class.Eric Laurent2010-10-011-2/+3
| | | | | | | | | 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-241-0/+9
| | | | | | | This allows to build libaudio even if we don't have the true libsecril-client Change-Id: I3f8c8aa975a96a144157505272cf9a4497bef196
* Revert "Fix crespo build with A2DP enabled"Eric Laurent2010-09-031-1/+2
| | | | This reverts commit b310fc23184c8c105cdc9b7e20a4ef15c962ec31.
* Fix crespo build with A2DP enabledEric Laurent2010-09-031-2/+1
| | | | | | | Removed AudioPolicyManagerBase.cpp which is not used in current implementation of AudioPolicyManager. Change-Id: If74cccc04536f8dae9e94f40bbba93b69d62876a
* 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-311-2/+1
| | | | | | | 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-251-0/+82
Change-Id: I4a6ee248b407c67682eb8884d1176f4807288c7c