crosvm/common/audio_streams
Daniel Verkamp 75d1fd7a8f audio_streams: remove unnecessary ref with cvars
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>
2023-04-04 22:59:36 +00:00
..
src audio_streams: remove unnecessary ref with cvars 2023-04-04 22:59:36 +00:00
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.