commit | b90b0da5d8db95062f0fc759449d9e9e83b94487 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Tue Oct 15 18:04:57 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Oct 15 18:04:57 2013 -0700 |
tree | 1cb122c27db723aeaaa8e54537ca6fac04282e87 | |
parent | e0e7e144db1d67fd07556234d9dc508152220017 [diff] | |
parent | 89a8142a189f39db225385d5a122f42d281b24d7 [diff] |
Merge "policy_hal: Initial commit for target specific audio policy"
diff --git a/hal/audio_hw.c b/hal/audio_hw.c index 1f2cdbb..045f031 100644 --- a/hal/audio_hw.c +++ b/hal/audio_hw.c
@@ -962,7 +962,7 @@ } } - if ((adev->mode != AUDIO_MODE_IN_CALL) && adev->in_call && + if ((adev->mode == AUDIO_MODE_NORMAL) && adev->in_call && (out == adev->primary_output)) { stop_voice_call(adev); }