Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 0eb34db ("google_aec: Don't allocate giant blobs on the heap") dropped some sparse annotations and exposed warnings with dealing with the cached temporary buffers handed to the AEC code. Unfortunately the underlying API isn't sparse-aware, so rather than go through the trouble to keep the tags consistent through the new conversion API (which is a little non-trivial syntactically) just to throw it away on entry to the library, force it off at conversion time for simplicity. Essentially now it's checking that all computation in this module is "uncached", which is fine as long as we don't try to mix conventions. Signed-off-by: Andy Ross <andyross@google.com>
- Loading branch information