commit | a70bc37c1c5000ee161d84cf345fecedb7007baa | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Tue Apr 30 02:10:04 2024 +0000 |
committer | Eric Laurent <elaurent@google.com> | Tue Apr 30 22:59:13 2024 +0000 |
tree | b41dc1239e9a1a009a6313101b12cae52fa60a82 | |
parent | 12f41a9a2c88609d4ea42f3bb0745416234f6034 [diff] |
audio policy: clean up initial spatializer audio patch During audio policy initialization, a spatializer stream is opened and then closed but the audio patch cleanup normally done in closeOutput() was omitted causing a stale audio patch to remain in audio flinger and audio HAL. Bug: 333829626 Test: repro steps in bug Change-Id: I525c1c2fc91d6fc70bfd602c699562658e9bb7a1