mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
75d1fd7a8f
The compiler already infers the correct types without the extra &(ref ..., ref ...), so just drop them. Fixes clippy lints in Rust 1.68. BUG=b:276487055 TEST=tools/clippy # with rust 1.68 Change-Id: I0947d653c80e7c7a5a561d2970ecae24a3700adf Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4390736 Reviewed-by: Chih-Yang Hsia <paulhsia@chromium.org> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
Audio Server and Stream interfaces
The audio_streams
crate provides a basic interface for playing audio. This will be used to enable
playback to various audio subsystems such as Alsa and cras. To start, an empty playback example
NoopStreamSource
is provided.