summaryrefslogtreecommitdiff
path: root/hal
AgeCommit message (Expand)AuthorFilesLines
2017-01-28WIP audio hw rewriteAUDIOHWAndreas Schneider3-883/+1889
2017-01-26WIP audio: Try to fix bluetooth call issueAndreas Schneider1-0/+4
2017-01-26Revert "WIP This increases the size from 64 for amrnb to 320"Andreas Schneider1-7/+4
2017-01-26WIP This increases the size from 64 for amrnb to 320Andreas Schneider1-4/+7
2017-01-26audio: Add more debug messagesAndreas Schneider1-1/+5
2017-01-26audio: Allocate at least period_size if buffer size is too smallAndreas Schneider1-4/+15
2017-01-26audio: Use pcm_frames_to_bytes() to calculate frame_sizeAndreas Schneider1-6/+11
2017-01-26audio: Cleanup do_in_standby()Andreas Schneider1-3/+5
2017-01-23audio: Wait for audio codecs to turn offAndreas Schneider1-8/+65
2017-01-23audio: Rename DAPM_PATHAndreas Schneider1-3/+3
2017-01-20audio: Add a ALOGT logging functionAndreas Schneider1-0/+7
2017-01-20audio: Add lock setting mic_muteAndreas Schneider1-0/+2
2017-01-20audio: Set lock when changing voice volumeAndreas Schneider1-3/+15
2017-01-20audio: Fix routing issuesAndreas Schneider1-6/+8
2017-01-19audio: Avoid thread starvation by using pre_lockAndreas Schneider1-19/+58
2017-01-18audio: Change HAL module name and authorAndreas Schneider1-2/+2
2017-01-18audio: Initialize the modem before we setup routingAndreas Schneider1-20/+30
2017-01-18audio: Cleanly shut down devices and reset routesAndreas Schneider1-51/+49
2017-01-18audio: Add functions to enable and disable audio routes and devicesAndreas Schneider1-0/+32
2017-01-18audio: Add input_device_off() functionAfshin Arani1-0/+53
2017-01-18audio: Add output_device_off() functionAfshin Arani1-0/+68
2017-01-18audio: improve read/write timing for streamsChristopher N. Hesse1-4/+47
2017-01-18audio: Implement get_capture_position() function require by NougatAndreas Schneider1-5/+44
2017-01-18audio: Use C99 initializer in read_frames()Andreas Schneider1-2/+2
2016-11-12audio: Better handling of ril->clientAndreas Schneider1-0/+6
2016-11-12audio: Fix bluetooth callsAndreas Schneider1-5/+1
2016-06-14audio: Use back mic for camcorderChristopher N. Hesse1-4/+4
2016-06-14audio: Change default input channel behaviourChristopher N. Hesse1-4/+8
2016-02-03hal: Switch to samsung power and lights halAndreas Schneider5-1125/+0
2016-01-13powerhal: Implement performance profilesAndreas Schneider1-104/+219
2015-11-14audiohal: Fix camcorder recordingAndreas Schneider1-2/+2
2015-11-14audiohal: Fix default device setting on callAndreas Schneider1-2/+9
2015-11-14audiohal: Add missing includes for ril_interfaceAndreas Schneider1-0/+2
2015-10-22audiohal: Fix incall speaker modeAndreas Schneider1-10/+25
2015-10-22audiohal: Fix audio path routingAndreas Schneider1-35/+34
2015-10-22audiohal: Fix switching to different devicesAndreas Schneider2-11/+134
2015-10-22audiohal: Use speaker as the default after callAndreas Schneider1-1/+10
2015-10-22audiohal: Leave in_call mode after devices are resetAndreas Schneider1-2/+2
2015-10-22audiohal: Disable HDMI code in out_set_parameters()Andreas Schneider1-4/+6
2015-10-14powerhal: Improve debug messagesAndreas Schneider1-4/+2
2015-10-14audiohal: Fix DSP firmware loadingAndreas Schneider1-0/+19
2015-10-14audiohal: Move the audio route reset downAndreas Schneider1-2/+4
2015-10-09audiohal: Improve debug messagesAndreas Schneider1-9/+9
2015-10-09audiohal: Do not change devices if we are switching to widebandAndreas Schneider1-2/+5
2015-10-09audiohal: Set output buffer sizes to integral multiple of msecAndreas Schneider1-23/+50
2015-10-09powerhal: Add support for POWER_HINT_LOW_POWERAndreas Schneider1-7/+40
2015-10-09powerhal: Add support for POWER_HINT_VSYNCAndreas Schneider1-9/+94
2015-10-07hal: Get wideband calls working with all modem versionsAndreas Schneider1-51/+69
2015-10-07hal: Set bt sco output to monotonic clockAndreas Schneider1-1/+1
2015-10-02hal: Fix BT SCO pcm configAndreas Schneider1-18/+2