commit | 49bcb92670b94a7be8668c0996484e37586ed99e | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Mon Oct 30 15:10:51 2023 -0700 |
committer | Mikhail Naganov <mnaganov@google.com> | Fri Nov 03 13:57:36 2023 -0700 |
tree | 9d1f44ce7611c920af5a825d6ba7aed08cb22f33 | |
parent | 55045b5fcef4c22c2beadbfb98a1d258e0a4b880 [diff] |
audio: Implement getters for hardware mixer controls The VTS test for volume accessors first determines whether the accessor is supported by calling the getter. The getter must return `UNSUPPORTED_OPERATION` if the control is not supported. For this reason, wire the getter to the hardware mixer implementation. Bug: 302132812 Test: atest VtsHalAudioCoreTargetTest Change-Id: Ia50def0d076b6d3c46db55123186eab34bbbb954