summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2019-10-09qahw: Add support for new stream APIsJosh Kirsch
Add support for new APIs to support voice call and voice call features. CRs-fixed: 2381271 Change-Id: Id3ba4417f1365018e5a26d243caea83571857f63
2018-12-13Merge commit 'd34f05cb6e67e28a4955332173950466edf0be3e' into audio-hal.lnx.5.1Surendar Karka
Change-Id: I4656a1a78c2b1d4b4834b2fd538699f96e2aa90e
2018-11-19hal: Update configure.ac for sdmsteppe targetMd Mansoor Ahmed
Add check for sdmsteppe target to select platform file during compilation. Change-Id: I3586e9de860c05c96aec7b4aedb8faf11a80637c Signed-off-by: Md Mansoor Ahmed <mansoor@codeaurora.org>
2018-10-31hal: Make LL as primary outputManish Dewangan
On LE speaker protection not working as it expects primary output to be always present which is not the case currently. To fix this, make LL as primary output and when hal client opens primary output LL path will be chosen. Change-Id: If6321936b2f9dd4a9dd9ad6f54a1b1bbc3099786
2018-07-11hal: add feature flag to enable instance id supportDhananjay Kumar
Add feature flag to enable instance id support for non-android builds. Change-Id: I4ab3ab854f557ba63dae60eada8ef951e9d2dced
2018-06-13hal: add support to compile audio hal for qcs405Dhananjay Kumar
Add platform and configure.ac changes to support audio hal for qcs405 targets. Change-Id: Ifa2c610420ef2e92729ef0dcd6eea09ae8c5cc70
2018-05-31hal: Update configure.ac for qcs605 targetSachin Mohan Gadag
Add check for qcs605 target to select platform file during compilation. Change-Id: I95abb28d49f2c2b1757f6b0697f1cedf924d8684
2018-02-08Merge "hal: update build file to support automotive virtual target"Linux Build Service Account
2018-02-04Merge "hal: start keep alive session to feed EC with silence data"Linux Build Service Account
2018-02-01hal: start keep alive session to feed EC with silence dataSurendar Karka
FFV EC reference signal is fed from AFE RX port. Start the keep alive session to write silence data to RX port and feed the silence data to FFV EC. Change-Id: I38b0396ef853493c9a176444dc803744be1c45bb Signed-off-by: Surendar karka <sukark@codeaurora.org>
2018-01-31hal: update build file to support automotive virtual targetHonghao Liu
Update the audio HAL autoconf script to support automotive virtual target. Change-Id: Ib72c7ff863d24d56c22f25c73e7bec8a01b421d6 Signed-off-by: Yonghui Zhang <yonghuiz@codeaurora.org>
2018-01-19Merge "hal: enable custom stereo for apq8009"Linux Build Service Account
2018-01-10hal: enable custom stereo for apq8009Surendar karka
Enable custom stereo to support dual mono for apq8009. Change-Id: Id95639a7422b5fb03964be99449fcaa961e7902b Signed-off-by: Surendar karka <sukark@codeaurora.org>
2017-12-12hal: Update for support for SDXPOORWILLSJosh Kirsch
Add correct configurations and feature flags for SDXPOORWILLS Change-Id: I84559e7d542ac7bef86128e188285f34a8d5aaa4
2017-11-16qahw: Add binder support for Audio HALSidipotu Ashok
- Bring in a new cpp source file which HAL clients talk to - This code in turn makes the binder proxy/clients side calls - The binder server calls into the existing qahw.c Change-Id: I45625bcb2d8a2eb858c68d24f0cad3202d754244
2017-10-04hal: Add support for Fluence Far Field VoiceGarmond Leung
Add support for 6mic Fluence pre-processing of captured stream using Far Field Voice (FFV) algorithm. Change-Id: I7a643014f3e090482db7772dce2fc812fd469b2d
2017-09-13hal_play_test : Support for Playback through QAPNikhil Laturkar
Add support for Playback of Dolby and DTS formats through QAP Add KPI support, add support to disable dump. Depends-on: 2002598 Change-Id: If29faaeca545ce7809008f747f1d04807b105e9a
2017-09-05hal : Test to receive events from kernelVarun Balaraj
- Test app to wait for events of Hdmi-in connection state, audio present state, sample rate changes. - Added code to send edid data by using sysfs exposed by kernel. Change-Id: Ia68df476397e8aed2aba299337377fe948ff9434
2017-08-15audio: hal: Enable compilation of parser parserManish Dewangan
-For DTS passthrough, iec61937 transmission info needs to be extracted from bitstream. -Enable compilation of DTS parser for the same. CRs-Fixed: 2049605 Change-Id: I27ffc2bad83ef29c86592da7ee46d703fda60bf7
2017-07-27audio: hal: Add Hal extension for transcode loopback usecaseSiddartha Shaik
Adding HAL extension for transcode hw loopback Userspace qahwi APIs introduced to exercise this extension Change-Id: Iffae3f6936c2519f0c5349c2430eb598b97c3364
2017-06-09 hal : enable QAF extension.Deepak Agarwal
Enable QAF extension in audio HAL to compile qaf.c file CRs-fixed: 2041319 Change-Id: I15b93ad03fbcf9a25ae11483e02a8ea64defd6cd
2017-06-08hal: add ip-handler audio extension moduleNaresh Tanniru
Add ip-handler interface audio extension module to handle MS12 security mechanism. Change-Id: I599325a5d0d7ae47eced243bead7ed2a4e25ebb0
2017-06-08audio: Add support for a2dp sourceNaresh Tanniru
Add changes to support a2dp source on LE platform. Conflicts: configure.ac hal/Makefile.am Change-Id: I10ac91fadddbad0c4602a567dc277617abcfb502
2017-05-18audio: hal: Add support for registering adsp eventsBen Romberger
Add support for AHAL clients to register for adsp events and receive event callbacks when an event is triggered by adsp. CRs-Fixed: 2023812 Change-Id: Ie22efee6e859c3d819ed3939e164cb7baebab71b
2017-02-03audio: Changes to support Aptx decoder in offload modeDhanalakshmi Siddani
Add support to send license key value and bt device address to DSP. Add Aptx format related changes. Also add support for struct based set params using set api. CRs-Fixed: 1081424 Change-Id: I2877239e61d3841e6ae90af2d39fb0b93cc2b6db
2017-01-27audio: qahw_effect_api: test app covering all effectsWeiyin Jiang
Complete test app to support all effects including equalizer, bassboost, virtualizer, reverb and audiosphere. CRs-Fixed: 1081403 Change-Id: I1361164ae400546e20d50bf8a2faa5e3094a1b11
2017-01-12hal: Enable Compress passthroughSatish Babu Patakokila
Enable Compress passthrough Add Dolby and DTS formats which got removed mistakenly before. CRs-Fixed: 1110685 Change-Id: I20f42b14bafb9b1a36bf471037f4e462e8cbd3cb
2017-01-04audio: qahw_effect_api: Initial version of QTI audio effect HALWeiyin Jiang
Initial version of QTI audio effect HAL Wrapper. CRs-Fixed: 1081403 Change-Id: I12291cc7106f7530422891d1bee7e3d4530563c5
2017-01-02hal: Enable proxy feature flagDhanalakshmi Siddani
Enable afe proxy feature flag for a2dp src to work CRs-Fixed: 1081411 Change-Id: I30672f5549c49fcd51ffd6ceed2a11c366e7562f
2016-12-21audiohal: Update Makefile and Configure fileSachin Mohan Gadag
Update Makefile and Configure file to compile target specific platform file. Change-Id: Ic2e5c3f5cc5484d2acaacb9708595ee670d53c03
2016-12-06audio: hal: Add new get_param_data apiSachin Mohan Gadag
Implement get_param_data api to store Sourcetracking parameters in payload. Change-Id: Idd8c3ddbe053237ea642c61dcc8441ed404e9c75
2016-12-06hal: add support for compressed recordingDhananjay Kumar
Add support for recording through commpressed driver. Add qahw interface layer for non standard API implementation. Change-Id: Id1689f2ccab9bb8b920098e9cda1083b7d3ec4da
2016-11-25qahw: test: Modify test app to support more formatsYamit Mehta
Modify test app to support FLAC, ALAC, VORBIS and WMA format for compress playback. Change-Id: Ia96127e803975d90406fc689cf8ca56c317eac29
2016-11-25qahw: test: Add LE makefile for qahw test appYamit Mehta
Add makefile for qhal playback and record test app. Change-Id: I1dcdb217a50e81a7740b48b164314863c8a16d2d
2016-11-25audio: qahw: Add LE makefile for QTI audio HALYamit Mehta
Add makefile for initial version of QTI audio hal. Change-Id: I9dae0f17ec733137dbd95fe90064115b6c5d8fae
2016-11-25hal: Add Makefile and configure file for halYamit Mehta
Add Makefile and configure files for hal. Change-Id: Ic4605a02a505d0be92faeed134060a7b254561e6