commit | c5dedb2edc26346fa847a6a6440f337ee398f7c1 | [log] [tgz] |
---|---|---|
author | Alex Leung <alexleung@meta.com> | Wed May 10 08:00:50 2023 -0700 |
committer | Alex Leung <alexleung@meta.com> | Wed May 10 15:13:02 2023 +0000 |
tree | 3dbb4aedbd2c83bcb0138db87cf061486e2a04a8 | |
parent | 8ca78748943c9f8d0d69baad51c44a3d027e1f5c [diff] |
Do not log error if HAL does not support VOIP volume. Some HAL implementations return INVALID_OPERATION when set_volume isn't supported. Currently, this log would get printed every iteration of the audio loop. Since AudioFlinger will fallback to software-based volume control, to prevent log spam, don't log this error. Test: Manual, logging removed. Change-Id: I5d06fadbcbec105fbec6289f8c03db1451cc46be