commit | aaa9496b9860c1f508342f875867897ce42a1a78 | [log] [tgz] |
---|---|---|
author | Carter Hsu <carterhsu@google.com> | Tue May 14 14:26:24 2019 +0800 |
committer | Carter Hsu <carterhsu@google.com> | Wed May 29 11:42:45 2019 +0800 |
tree | bdb71fdd3ba0ab8cb5c75cda4a76e49f7a7eefaf | |
parent | de49eecf02f552df911bccc2f553e08e0bf4d212 [diff] |
audio: fix control flow 1. Audio HAL should notified STHAL before sending audio calibration of audio usecase to kernel. 2. Fix the condition logic of pcm_capture, the stream.out and stream.in are union, so we can't check if it's NULL. Bug: 129111371 Test: manual Change-Id: I39676410555f7f528c0705059c312a1250d489f0 Signed-off-by: Carter Hsu <carterhsu@google.com>