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
This commit is contained in:
Jan Čermák 2025-01-16 18:11:03 +01:00 committed by GitHub
parent b8b1e255b1
commit d9fb660152
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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