commit | 43e14821fa0aafb2166ab71818efcf24110a3de1 | [log] [tgz] |
---|---|---|
author | vivek mehta <mvivek@codeaurora.org> | Wed Jun 29 12:00:05 2016 -0700 |
committer | Eric Laurent <elaurent@google.com> | Thu Jul 21 18:40:20 2016 -0700 |
tree | 8ab4830c9ebb32f3f6cb11f99e1e084849c48ab4 | |
parent | 8721b4dfc191381d71f4839f2081fe9328157579 [diff] |
hal: voice: fix no sound issue in voice call - no audio heard in voice call scenario because in_call state is not updated when voice usecase is stopped. This results in not starting voice call usecase when setting up next call. - fix is to set in_call state to false in voice_stop_usecase(). This is to ensure that voice usecase is stopped and in_call state is update properly. Bug: 29581781 Change-Id: Id27f2b90cf0de678b39d8efb712045f1ee7b2aaf