commit | 54ce83de360c4b74db5a8ff98a11361375813933 | [log] [tgz] |
---|---|---|
author | Satish Babu Patakokila <sbpata@codeaurora.org> | Fri Jul 06 18:00:37 2018 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Aug 16 00:32:32 2018 -0700 |
tree | b62eccb310ef7db52eec4009771112fa0180c770 | |
parent | 406f1c53f468f813107c15e556e8a3d5355533b0 [diff] |
hal: correct logic to check soundcard offline status - when SSR is triggered while pcm-offload playback is going on, once soundcard is online playback is mute - after SSR is complete hal tries to open stream and it gets the error ENETRESET, as global errno is not updated and have a stale value which is ENETRESET - along with errno check is_compress_ready to make sure stream open failed as sound card is offline CRs-fixed: 2237234 Change-Id: I95e2631c858ac7674ba8005cee5cd4e538a3d626