From d9fb6601526a261a248306e95bc4c137338f4f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Thu, 16 Jan 2025 18:11:03 +0100 Subject: [PATCH] Enable ES1371 sound card module for VMWare guests (#3799) VMWare has option to emulate ES1371 soundcard which supposedly works better than the default hdaudio. Enable its driver for the OVA image. Fixes #3778 --- buildroot-external/board/pc/ova/kernel.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildroot-external/board/pc/ova/kernel.config b/buildroot-external/board/pc/ova/kernel.config index 44ed52d1a6d..a1cf9c69620 100644 --- a/buildroot-external/board/pc/ova/kernel.config +++ b/buildroot-external/board/pc/ova/kernel.config @@ -21,6 +21,8 @@ CONFIG_VMWARE_VMCI_VSOCKETS=m CONFIG_VMWARE_VMCI=y CONFIG_VMWARE_BALLOON=y CONFIG_VMWARE_PVSCSI=y +# VMWare has optional ES1371 sound card emulation +CONFIG_SND_ENS1371=m # These options are for LXD Guest Support CONFIG_NET_9P=m