summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
This reverts commit bda028c8ec835a50021726af2051433111801fa0.
2017-01-26WIP This increases the size from 64 for amrnb to 320Andreas Schneider1-4/+7
2017-01-26TEST FIXMEAndreas Schneider1-0/+114
2017-01-26Revert "WIP: shim: Add missing functions for widevine"Andreas Schneider5-82/+1
This reverts commit f622d8c20c688e2b0a80dae04150a980ac88ef14.
2017-01-26WIP: shim: Add missing functions for widevineAndreas Schneider5-1/+82
2017-01-26config: Increase volume for audio recordingAndreas Schneider1-1/+1
2017-01-26config: Update audio policyAndreas Schneider1-3/+10
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-26board: Add TARGET_OTA_ASSERT_DEVICE for slte, sltexx and sltesktAndreas Schneider1-0/+2
2017-01-26prop: Set QAN elements to 6 for modem G850FBOU1COL3Andreas Schneider1-1/+1
2017-01-26slte: Remove multithread decode bootanim flagChristopher N. Hesse1-1/+0
This is globally enabled for all devices now. Change-Id: I271fba715f97b116cb5964dbdb1b4b6d28242aad
2017-01-26lineage: Set product name to slteAndreas Schneider1-1/+2
2017-01-23audio: Wait for audio codecs to turn offAndreas Schneider1-8/+65
2017-01-23sepolicy: Set audio codec debugfs typeAndreas Schneider1-0/+1
2017-01-23audio: Rename DAPM_PATHAndreas Schneider1-3/+3
2017-01-23board: Enable sched boostAndreas Schneider1-0/+3
2017-01-23device: Rename to sltexxAndreas Schneider1-1/+1
2017-01-20bluetooth: Fix bluetooth pairingSerenityS1-2/+2
Signed-off-by: SerenityS <jins4217@gmail.com>
2017-01-20device: Build with su by defaultAndreas Schneider1-1/+2
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
Maybe we need to check other dapm sources too. This is the way to get my dapm to shut down.
2017-01-19audio: Avoid thread starvation by using pre_lockAndreas Schneider1-19/+58
Fix thread starvation issue where the capture or playback threads running in FIFO priority would constantly acquire the stream mutex preventing other threads to complete routing commands.
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
This way we have incall audio faster set up. The modem can setup its routing while we configure the soundcard.
2017-01-18configs: Update mixer_paths.xml to work with audio changesAndreas Schneider1-96/+17
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
Pair-Programmed-With: Andreas Schneider <asn@samba.org>
2017-01-18audio: Add output_device_off() functionAfshin Arani1-0/+68
Pair-Programmed-With: Andreas Schneider <asn@samba.org>
2017-01-18sepolicy: Allow audioserver to access dapmAndreas Schneider3-0/+6
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
The function get_capture_position() was added in Nougat. It is needed for reporting the PCM time stamp for a frame. Pair-Programmed-With: Christopher N. Hesse <raymanfx@gmail.com>
2017-01-18audio: Use C99 initializer in read_frames()Andreas Schneider1-2/+2
2017-01-18sepolicy: Allow audio to access wake locksAndreas Schneider1-0/+5
2017-01-17seccomp: Order matters!Andreas Schneider1-2/+1
2017-01-17Fix extract-files.sh and setup-makefiles.shAndreas Schneider2-5/+5
2017-01-17ramdisk: Link RIL databases to expected location for libsec-ril.soAndreas Schneider2-11/+8
2017-01-17lineage: Fix installing apn-conf.xml from vendor/cmAndreas Schneider1-3/+3
2017-01-15Fix a typo in the READMEAndreas Schneider1-1/+1
2017-01-14Update file for LineageOSAndreas Schneider2-18/+17
2017-01-11sepolicy: Update policy for cpboot-daemonAndreas Schneider1-1/+2
2017-01-10sepolicy: Update mediadrmserverAndreas Schneider1-0/+1
2017-01-10ril: Simplify responseSignalStrength()Andreas Schneider1-36/+28