commit | 5ad6d32f3302eb5165fb52a5505229a4e16096ee | [log] [tgz] |
---|---|---|
author | weizd <weizhengd@gmail.com> | Thu Apr 20 08:38:12 2023 +0800 |
committer | Mikhail Naganov <mnaganov@google.com> | Fri Apr 28 11:01:15 2023 -0700 |
tree | 5f6462d9c4a6079b6c402d26766d6bdd51e40152 | |
parent | 041a7d90ddd6d4cef2d8a831e288d9ea2cea5f97 [diff] |
Intermittently Audio is not heard in USB Head set, while disconnecting /connecting the usb audio headset. In usb audio_hal.c, out-stream standby status was not aligned in adev_create_audio_patch(), so that stream was considered being in standby after open. fix: Align the standby status. change: correct update for review comments. Test: usb headset open works fine with huge times insert/remove. Change-Id: I89798eeee33d8c5019e7510c23371cb18a00ed32