src: codec_adapter: Add process passthrough path

If the passthrough flag is enabled, on process() the data in the input
buffer should be directly copied to the output buffer.

The passthrough flag is implemented to be set/get by topology enum
control.

Signed-off-by: Pin-chih Lin <johnylin@google.com>
5 files changed
tree: 55aff17acf1c26858f573ebcc609c453a316fe91
  1. .github/
  2. doc/
  3. installer/
  4. keys/
  5. scripts/
  6. smex/
  7. src/
  8. test/
  9. tools/
  10. zephyr/
  11. .gitignore
  12. .gitmodules
  13. .travis.yml
  14. CMakeLists.txt
  15. CODEOWNERS
  16. Kconfig
  17. LICENCE
  18. README.md
README.md

Sound Open Firmware

Status

GitHub Actions Build Status Gitter chat IRC chat

Documentation

See docs

Running the tests

See unit testing documentation

Deployment

TODO: Add additional notes about how to deploy this on a live system

Contributing

See Contributing to the Project

License

This project is licensed under the BSD Clause 3 - see the LICENCE file for details