summaryrefslogtreecommitdiffstats
path: root/libaudio
Commit message (Collapse)AuthorAgeFilesLines
* Disable verbose logging for libaudioPawit Pornkitprasan2011-12-311-1/+1
|
* Update libaudio from crespo (with FM added)Pawit Pornkitprasan2011-12-3111-2674/+757
|
* Fix libaudioPawit Pornkitprasan2011-11-175-17/+31
|
* Set proper FM volume on startPawit Pornkitprasan2011-09-182-0/+5
| | | | Change-Id: I144433443cbf5c65693cbe584e987977c9f4d24b
* ifdef the usage of FMRadioatinm2011-09-141-1/+2
| | | | Change-Id: Ibbc9581b15fbe802f60826237a88b2a42f2b4a4a
* libaudio: Fix FM Radio to work with other android soundsPawit Pornkitprasan2011-09-022-38/+71
| | | | | | | | | | | | | | | | - 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-262-7/+60
| | | | | | | | | | | | | | | - 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
* Allow FM radio to be used on non-mic headsetPawit Pornkitprasan2011-08-231-37/+28
| | | | | | | | The value associated with 'fm_on' and 'fm_off' should not be checked because the values are different for mic/non-mic headphones. (And there are no other instances where these properties are set.) Change-Id: I4c8eef2da554314045769a6ae5099e5c147699bb
* Make libaudio build conditional on TARGET_PROVIDES_LIBAUDIOatinm2011-07-131-1/+1
| | | | Change-Id: Ife25a0fbd98db50ddb5fbcf5d957ea2114cc5297
* fascinatemtd uses its own libaudio code, don't build this versionjt11342011-07-091-0/+4
|
* libaudio: added support for fmradiocodeworkx2011-05-313-3/+122
| | | | Change-Id: I859f06768e8cb3e60cadc17346b72952feffba09
* moved to device/samsung/aries-commonatinm2011-05-1713-0/+4823