From f052cfefc8d6d27fa068c34190615db1819b8fef Mon Sep 17 00:00:00 2001 From: paulhsia Date: Tue, 22 Jan 2019 15:22:25 +0800 Subject: linux: Add ac97 device with CRAS backend Add an ac97 device that plays audio through CRAS audio server. BUG=chromium:781398 BUG=chromium:907520 TEST=Test building by $ cargo build TEST=Deploy crosvm to DUT and test audio functionality CQ-DEPEND=CL:1429311 CQ-DEPEND=CL:1429542 Change-Id: Ia273d8f1e82c20d1f1882f088886458339399aae Reviewed-on: https://chromium-review.googlesource.com/1426282 Commit-Ready: Chih-Yang Hsia Tested-by: kokoro Tested-by: Chih-Yang Hsia Reviewed-by: Chih-Yang Hsia --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 084d208..098d4b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,6 +44,7 @@ usb_util = { path = "usb_util", optional = true } kernel_cmdline = { path = "kernel_cmdline" } kernel_loader = { path = "kernel_loader" } libc = "=0.2.44" +libcras = "*" byteorder = "=1.1.0" net_util = { path = "net_util" } vhost = { path = "vhost" } @@ -71,6 +72,7 @@ sys_util = "*" assertions = { path = "assertions" } audio_streams = { path = "../../third_party/adhd/audio_streams" } # ignored by ebuild data_model = { path = "data_model" } +libcras = { path = "../../third_party/adhd/cras/client/libcras" } # ignored by ebuild poll_token_derive = { path = "sys_util/poll_token_derive" } sync = { path = "sync" } sys_util = { path = "sys_util" } -- cgit 1.4.1