commit | becba2d59cf1e8715593bf6ede084974fc04b358 | [log] [tgz] |
---|---|---|
author | kunleiz <kunleiz@codeaurora.org> | Thu Sep 07 13:37:16 2017 +0800 |
committer | Garmond Leung <garmondl@codeaurora.org> | Wed Sep 13 16:16:14 2017 -0700 |
tree | 8e98ab29e31d8de1ed6182bca3e2ce048dcd7d53 | |
parent | 004b8e6af084c1a1409aaa9342dcb3e61aed4066 [diff] |
hal: avoid stopping VoIP mistakenly when VoIP standby When VoIP standby, VoIP usecase and TX device both are disabled mistakenly. Then VoIP RX would maintain active even if VoIP call disconnect. Because VoIP output still is active, subsequent VoIP call cannot set up again. Fix by avoid calling stop_input_stream() for compress voip from in_standby(). CRs-Fixed: 2104812 Change-Id: I319da17f4f4e706f4aae240e6edb2539ac5cbad0