commit | 5a24d39b12f821e0b108b78736be8edef8ddd903 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Wed Nov 23 03:00:07 2016 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Nov 23 03:00:07 2016 -0800 |
tree | 36b59d569ddbb262b870b46600cbfc76c60a0275 | |
parent | eddb4d54e6cd449a56c21d98c387eb73da420168 [diff] | |
parent | 0ecc243f9703c80b665b577fe1105129707c2435 [diff] |
Merge "Revert "hal: fix no sound issue in voice call"" into audio-userspace.lnx.2.1-dev
diff --git a/hal/voice.c b/hal/voice.c index ca3098b..852c3e6 100644 --- a/hal/voice.c +++ b/hal/voice.c
@@ -151,9 +151,6 @@ session->state.current = CALL_INACTIVE; - if (!voice_is_call_state_active(adev)) - adev->voice.in_call = false; - /* Disable sidetone only when no calls are active */ if (!voice_is_call_state_active(adev)) voice_set_sidetone(adev, uc_info->out_snd_device, false);