commit | 0b55ec76b08d0eaf57e5354e00f2a9702cae0e91 | [log] [tgz] |
---|---|---|
author | kunleiz <kunleiz@codeaurora.org> | Thu Nov 10 16:23:58 2016 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Nov 24 05:22:29 2016 -0800 |
tree | 9d83dc3f3eb2a18418292df4d3ae491fa4338b61 | |
parent | 459d46406e50c4f756213cf5d37eff57464eb104 [diff] |
hal: Fix VoIP ouput is closed if voice+voip concurrency is enabled In APM, VoIP output would be closed even if Voice+VoIP concurrency is enabled. This is due to FLAG_DIRECT is set for compress VoIP by default. While direct output is forced to closed if Voice+Playback concurrency is disabled. Fix this by adding proper flag check to avoid VoIP output is closed. CRs-Fixed: 1087113 Change-Id: Idbfc1b499a1252f162300f4e1be4d27b44b7e95c