From 3082e8e48d73a4cf98b33052247d0ddb0d411111 Mon Sep 17 00:00:00 2001 From: Dylan Reid Date: Mon, 7 Jan 2019 10:33:48 -0800 Subject: linux: add ac97 to the pci bus Add an ac97 device that plays audio to /dev/null. BUG=chromium:781398 TEST=Test crosvm with null device Change-Id: I3849974b732fc1550ec2bf0f805726bf2ca296f6 Signed-off-by: Dylan Reid Reviewed-on: https://chromium-review.googlesource.com/1398641 Commit-Ready: Chih-Yang Hsia Tested-by: kokoro Tested-by: Chih-Yang Hsia Reviewed-by: Chih-Yang Hsia --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 29ad554..084d208 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,6 +31,7 @@ tpm = ["devices/tpm"] [dependencies] arch = { path = "arch" } +audio_streams = "*" bit_field = { path = "bit_field" } devices = { path = "devices" } gpu_buffer = { path = "gpu_buffer", optional = true } -- cgit 1.4.1