summaryrefslogtreecommitdiffstats
path: root/libaudio/AudioHardware.h
Commit message (Collapse)AuthorAgeFilesLines
* aries-common: add support for froyo secril-clientDaniel Bateman2012-08-221-0/+9
| | | | | | * For Vibrant Change-Id: Idc6c8478fdf4cdae9cd90598838bc93ebc189938
* jellybean bring upPawit Pornkitprasan2012-07-141-4/+3
| | | | Change-Id: I19a95c3c8613a81d02f1146941fcb2f9ecc4efae
* aries-common: libaudio: Port fixes from Gingerbread BranchPawit Pornkitprasan2012-02-231-0/+1
| | | | | | | | | - Properly set "Voice Communication" audio channel (it's not set in crespo ics branch for whatever reason. Changelog says it wasn't added in the first place.) - Add AudioOut wakelock (not sure why it was removed, changelog for ics branch says it wasn't added in the first place. Adding it won't hurt.)
* Update libaudio from crespo (with FM added)Pawit Pornkitprasan2011-12-311-81/+86
|
* Fix libaudioPawit Pornkitprasan2011-11-171-2/+8
|
* Set proper FM volume on startPawit Pornkitprasan2011-09-181-0/+1
| | | | Change-Id: I144433443cbf5c65693cbe584e987977c9f4d24b
* libaudio: Fix FM Radio to work with other android soundsPawit Pornkitprasan2011-09-021-0/+3
| | | | | | | | | | | | | | | | - Run openPcmOut_l and openMixer_l regardless if whether they are already initialized or not. (These functions have a open counter and they will be closed prematurely if we don't declare that we are going to use them.) - Fix invalid output device after playing notification - Fix resuming FM radio after call ended Note: resuming FM radio after notification is also dependent on a patch to FM.apk Change-Id: I8ab9fe74bb5a099252e0c1072a40e86209bc4a05
* libaudio: Improve FM RadioPawit Pornkitprasan2011-08-261-0/+7
| | | | | | | | | | | | | | | - Set the volume control of the Si4709 chip (I891574d6 originally did this) - Set the playback path to HP, HP_NO_MIC, SPK as appropriate (allows WM8994 to apply its analog gain) - Turn off FM Radio properly to allow WM8994 to be turned off after disabling FM Radio (fixes battery drain and routing problems which caused FM Radio to be mute if you listen to FM, listen to music and listen to FM again.) Change-Id: Id04aaddc6de5ffe1c0826bea33fc8ec633afd419
* libaudio: added support for fmradiocodeworkx2011-05-311-0/+4
| | | | Change-Id: I859f06768e8cb3e60cadc17346b72952feffba09
* moved to device/samsung/aries-commonatinm2011-05-171-0/+367