summaryrefslogtreecommitdiff
path: root/audiod
AgeCommit message (Collapse)Author
2020-05-22Initial target definition for holiDeepthi Gunturi
Change-Id: Ib5a043e2accbffd9219f101c1515973f81932650
2020-01-15hal: enable compilation for lahainaVignesh Kulothungan
Add lahaina target to android makefiles to enable compilation. Change-Id: I5f80633d98ec915054103db206783eb2d7c0e070
2019-09-25hal: Enable integer overflow sanitizerVikram Panduranga
Enable integer overflow sanitizer in audio HAL for kona. Change-Id: I6aba4c636f2d467518281361259b1a7768ae34d7
2019-06-14Revert "hal: Enable integer overflow sanitizer"Meng Wang
This reverts commit 1719d7c0c0e86a0c17529f96a5f0d5566f5b1979. This will be re-enabled once root cause the issue for audio regression. Change-Id: If045a40850bd08e25dbf251dd5996f4c1c7982ef
2019-05-31hal: Enable integer overflow sanitizerVikram Panduranga
Enable integer overflow sanitizer in audio HAL for kona. Change-Id: I16a81af39c888f9e5c3c10187ad81d29035a8bc0
2016-12-29msm: Rename msmfalcon to sdm660Arusha Goyal
Update the code name from msmfalcon to sdm660. As part of this, update the filename containing "falcon" and files content containing "falcon". Conflicts: configs/sdm660/sdm660.mk Change-Id: I5fc11ffac2f21f11e2a7283cf7375bcf93c01623
2016-12-20audiod: Skip enumerating non-ADSP sound cardsSatya Krishna Pindiproli
Target crash is observed when a USB headset is inserted while the target is rebooting. The crash occurs as AudioDaemon polls on a list which is corrupt. Skip enumerating non-ADSP sound cards in AudioDaemon and sndmonitor to avoid list corruption that fixes the issue. CRs-Fixed: 1090587 Change-Id: I0e527182bf4c40e34dbafe8ef3af5490a2bd5798
2015-12-14Merge 9c4ba54b3ecb1ee854763970b3057220994dad8a on remote branchPreetam Singh Ranawat
Change-Id: I5a80c57243eda5a4fdd98a233766cd622b4ef9a3
2015-07-09Merge "audioid: fix for stlport dependency"Linux Build Service Account
2015-07-06hal: compilation fix for extended feature flagsMingming Yin
- Fix compilation error for offload, Dolby, HDMI pass through, FLAC decoder, and hardware accelerated effects when extended feature flags are disabled. Change-Id: I5b36d7668f63a396ed930d62c0337c2c3f311c95
2015-07-02audioid: fix for stlport dependencyMingming Yin
- keep stlport dependency conditionally by checking SDK version Change-Id: If008812389a58ced6a06bf21edc110f1ca844c17
2015-06-29audioid: fix for stlport dependencyMingming Yin
- Drop stlport dependency - Use String8 instead of char* for audio event vectors Change-Id: I4415a8c014ca785716d5390a0c43a1ba41cd037f
2014-09-03audio: remove build varient check in audio daemonNaresh Tanniru
- Frameworks not receiving SSR notifications on release build varients - audio daemon not compiling for release & engg build varients - Remove build varient check on audiod makefile Change-Id: I242d5c02e58e4ca5a51b81a997a65deca69d1d81
2014-07-29Audio deamon: Add support of audio device eventsTanya Finkel
Audio daemon will catch the events regarding the audio device changes and transfer them to audio HAL. Change-Id: Ida6b26142ece472a6e127904a43890ee44632d75
2014-07-08audiod: support polling for CPE SSR statusBharath Ramachandramurthy
CPE subsystem on the codec can be restarted and its status is captured in cpe state procfs node created by kernel driver. Open and poll on this cpe state node and inform the status to AudioSystem Change-Id: I676ee8e848ea50ddf55e04bd12ad5c2098654a45
2014-05-02Audiod: Priority change for AudioDaemonNaresh Tanniru
- Device getting crash after preforming ADSP/LPASS SSR during compress playback - Due to continous compress write calls to compress driver audio daemon not getting schduled which results system crash - Change AudioDaemon priority from PRIORITY_AUDIO to PRIORITY_URGENT_AUDIO to make sure audio daemon scheduled prior to audio HAL Change-Id: I0d7dff30908d4e1f727c1eb6af9e66ed74095148
2013-11-19audio: Add new Audio daemon processFred Oh
- Add new audio daemon process. - Pupose of this daemon is to monitor and report changes ADSP processor state to audio framework/Audio flinger. - Specific sysfs node file on device indicates ADSP processor state as ONLINE or OFFLINE Change-Id: Ibad54ea93cbb4fbc59ba599c76541c1f255d4c48