Age | Commit message (Collapse) | Author |
|
Change-Id: Ib5a043e2accbffd9219f101c1515973f81932650
|
|
Add lahaina target to android makefiles to enable compilation.
Change-Id: I5f80633d98ec915054103db206783eb2d7c0e070
|
|
Enable integer overflow sanitizer in audio HAL for kona.
Change-Id: I6aba4c636f2d467518281361259b1a7768ae34d7
|
|
This reverts commit 1719d7c0c0e86a0c17529f96a5f0d5566f5b1979.
This will be re-enabled once root cause the issue for audio
regression.
Change-Id: If045a40850bd08e25dbf251dd5996f4c1c7982ef
|
|
Enable integer overflow sanitizer in audio HAL for kona.
Change-Id: I16a81af39c888f9e5c3c10187ad81d29035a8bc0
|
|
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
|
|
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
|
|
Change-Id: I5a80c57243eda5a4fdd98a233766cd622b4ef9a3
|
|
|
|
- Fix compilation error for offload, Dolby,
HDMI pass through, FLAC decoder, and hardware
accelerated effects when extended feature
flags are disabled.
Change-Id: I5b36d7668f63a396ed930d62c0337c2c3f311c95
|
|
- keep stlport dependency conditionally by
checking SDK version
Change-Id: If008812389a58ced6a06bf21edc110f1ca844c17
|
|
- Drop stlport dependency
- Use String8 instead of char* for audio
event vectors
Change-Id: I4415a8c014ca785716d5390a0c43a1ba41cd037f
|
|
- 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
|
|
Audio daemon will catch the events regarding the audio device changes and
transfer them to audio HAL.
Change-Id: Ida6b26142ece472a6e127904a43890ee44632d75
|
|
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
|
|
- 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
|
|
- 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
|