commit | f0d3326a452cc81cba9d7ca019800f07741794fc | [log] [tgz] |
---|---|---|
author | Martin Puryear <mpuryear@google.com> | Tue Aug 06 01:19:49 2024 +0000 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 06 01:19:49 2024 +0000 |
tree | ce7055ed040a2e35adefadb237d587ce3a75532b | |
parent | fdb5cce5636a651c2855f84bffc08404cfb68590 [diff] |
[audio] audio_driver_tests validates VMO rights The audio driver test suite now validates that the VMO handles returned from an audio driver has the required rights. In order to do this, the test must reason about whether the ring buffer is 'outgoing' or 'incoming'. This is trivial for Dai and StreamConfig drivers (the driver declares the `is_input` bool in its properties) but for Composite drivers it must understand the ring buffer element's place in the signalprocessing topology. Test: audio_driver_tests -- --admin Change-Id: I257195f01d08bf2d0abfbeef9e597589439ff962 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1093754 Reviewed-by: Yegor Pomortsev <ypomortsev@google.com> Commit-Queue: Martin Puryear <mpuryear@google.com>
Fuchsia is an open source, general purpose operating system supporting modern 64-bit Intel and ARM processors.
We expect everyone interacting with our project to respect our code of conduct.
Read more about Fuchsia's principles.
See Getting Started.
See fuchsia.dev.