This reverts commit 1719d7c0c0.
This will be re-enabled once root cause the issue for audio
regression.
Change-Id: If045a40850bd08e25dbf251dd5996f4c1c7982ef
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
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