summaryrefslogtreecommitdiffstats
path: root/hal/audio_hw.c
Commit message (Expand)AuthorAgeFilesLines
* audio: free and assign NULL to global static device pointerlineage-15.1-caf-8960Preetam Singh Ranawat2020-01-131-2/+2
* hal: return EINVAL by default for presentation_positionDerek Chen2017-10-131-1/+1
* Fix parameters passed to pcm_open to include PCM_MONOTONICMikhail Naganov2017-08-251-3/+2
* HAL: Align error code with HIDL wrapperKevin Rocard2017-08-251-4/+4
* audio: acquire lock for compress voip close input/output streamDivya Narayanan Poojary2017-02-261-0/+4
* hal: Fix device selection at start of the voice callShiv Maliyappanahalli2016-09-301-3/+3
* hal: Fix routing issue for voip use caseNarsinga Rao Chella2016-09-301-4/+3
* Add AudioRecord timestampsAndy Hung2016-09-301-1/+28
* hal: only open the amplifier onceDan Pasanen2016-06-211-15/+9
* hal: enable amplifier earlierDan Pasanen2016-06-211-2/+2
* hal: Notify amplifier of device enable/disableEthan Chen2016-06-211-1/+19
* hal: Convert libaudioamp to audio_amplifier HALEthan Chen2016-06-211-15/+126
* hal: Support the audio amplifier hookDaniel Hillenbrand2016-06-211-0/+24
* audio HAL: do not stop capture on overrunEric Laurent2016-05-111-0/+2
* audio HAL: fix thread starvationEric Laurent2016-05-111-19/+33
* hal: Validate active input before accessing sourceLeena Winterrowd2016-05-111-2/+3
* hal: add support to use low latency as primary outputMingming Yin2016-05-111-1/+11
* hal: Squashed set of updates and fixes from 8974 branchArne Coucheron2016-05-111-21/+77
* audio: fix member initializationHaynes Mathew George2016-05-111-3/+3
* hal: fix miscellaneous errorsPreetam Singh Ranawat2016-05-111-1/+10
* hal: fix unused param warningsRavi Kumar Alamanda2016-05-111-2/+2
* hal: fix incompatible APIsRavi Kumar Alamanda2016-05-111-6/+5
* hal: miscellaneous fixesHaynes Mathew George2016-05-111-1/+56
* hal: Import LA.BF.1.1.3_rb1.13Arne Coucheron2016-05-111-1089/+1945
* Update copyright to The Linux FoundationDuy Truong2013-07-111-1/+1
* hal: Add support for pre-processing effectsRavi Kumar Alamanda2013-05-141-12/+81
* hal: select speaker mic for voice communicationRavi Kumar Alamanda2013-05-141-4/+18
* audio: enable audio using tinyalsa on MSM8974Sungmin Choi2013-04-101-0/+4
* audio: implement mute on hdmi multichannelEric Laurent2013-04-041-0/+9
* qcom/audio/hal: Fix ringtone playback issue on SpeakerRavi Kumar Alamanda2013-03-261-16/+32
* qcom/audio/hal: Fix the routing logic to route streams independentlyRavi Kumar Alamanda2013-03-141-301/+339
* qcom/audio/hal: Do not enable Fluence in speaker mode by defaultRavi Kumar Alamanda2013-03-051-2/+8
* qcom/audio/hal: Fix audio routing to wired headsetRavi Kumar Alamanda2013-03-011-67/+95
* qcom/audio/hal: Use linked list APIs from libcutilsRavi Kumar Alamanda2013-03-011-93/+59
* audio: fix audio glitch when closing pcm streamEric Laurent2013-02-281-38/+24
* qcom/audio/hal: Move the check for network opeartor to proper placeRavi Kumar Alamanda2013-02-261-18/+28
* qcom/audio/hal: Fix the issue audio not routed to headsetRavi Kumar Alamanda2013-02-221-1/+1
* qcom/audio/hal: Enable debug logsRavi Kumar Alamanda2013-02-221-90/+96
* Merge "Revert "Fix routing for wired headset""Glenn Kasten2013-02-221-15/+0
|\
| * Revert "Fix routing for wired headset"Glenn Kasten2013-02-221-15/+0
* | qcom/audio/hal: Fix no voice call audio on bt-sco deviceRavi Kumar Alamanda2013-02-211-33/+25
|/
* Fix routing for wired headsetGlenn Kasten2013-02-211-0/+15
* qcom/audio/hal: Fix no audio issue after A2DP disconnectRavi Kumar Alamanda2013-02-201-9/+12
* qcom/audio/hal: add support for TTY featureRavi Kumar Alamanda2013-02-201-47/+68
* audio: restored front and back mic captureEric Laurent2013-02-151-45/+56
* qcom/audio/hal: Add support for Dual MIC featureRavi Kumar Alamanda2013-02-141-24/+139
* qcom/audio/hal: Fix the device switch delay issue during voice callRavi Kumar Alamanda2013-02-131-40/+41
* add new audio HAL (disabled)Ravi Kumar Alamanda2013-02-081-0/+2001