commit | 2c75ca6b27efa3f1c0baf29c58857caf0bd462ce | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Fri Dec 06 17:56:32 2019 -0800 |
committer | Eric Laurent <elaurent@google.com> | Fri Jan 10 11:16:42 2020 -0800 |
tree | 851b0bcc6867fd7bb490c43c4cef841ef761f4e5 | |
parent | d33e6935e0cdd8572fa29cf0a2741da9a67680c1 [diff] |
Audio HAL: Add API to attach an effect to a device Add a method to IDevice interface allowing the attachement of an audio effect to an audio device. This is used when an audio effect is implemented below the HAL (e.g by an audio DSP) and is attached/enabled when a particular sink(e.g speaker) or source(e.g mic) device is selected. Bug: 136294538 Test: make Change-Id: I73d78c4f234fd80443a1cb3772c2d65457968652 Merged-In: I73d78c4f234fd80443a1cb3772c2d65457968652