commit | b5e923d74d3a5c7466aff50ca0fac751d8dee7b0 | [log] [tgz] |
---|---|---|
author | Mu-Le Lee <mulelee@google.com> | Tue Feb 11 16:58:31 2025 +0800 |
committer | Mu-Le Lee <mulelee@google.com> | Wed Feb 19 23:33:09 2025 +0800 |
tree | 1a71ba436a23dd13f782a77d2eda65940f48df65 | |
parent | 527a4578619a34208d3d0a57569183ad2cca6077 [diff] |
Enable speaker and microphone 1. Enabling audo devices for crosvm 2. Adding kernel config for virtio-snd 3. preinstall pulseaudio for the debian Test: Play youtube music and use arecord to record sound Bug: 393507771 Change-Id: Iee815cb7bf5cc12d0c745ec578f05b0dd2315448
diff --git a/build/debian/fai_config/package_config/AVF b/build/debian/fai_config/package_config/AVF index ec68434..3aa8ab0 100644 --- a/build/debian/fai_config/package_config/AVF +++ b/build/debian/fai_config/package_config/AVF
@@ -13,3 +13,4 @@ mesa-vulkan-drivers libvulkan1 vulkan-tools +pulseaudio
diff --git a/build/debian/kernel/config b/build/debian/kernel/config index 1ba603c..58e783a 100644 --- a/build/debian/kernel/config +++ b/build/debian/kernel/config
@@ -1 +1,4 @@ CONFIG_DRM=m +CONFIG_SND_VIRTIO=y +CONFIG_SND=y +CONFIG_SOUND=y