Skip to content

Commit

Permalink
Enable ES1371 sound card module for VMWare guests (#3799)
Browse files Browse the repository at this point in the history
VMWare has option to emulate ES1371 soundcard which supposedly works better
than the default hdaudio. Enable its driver for the OVA image.

Fixes #3778
  • Loading branch information
sairon authored Jan 16, 2025
1 parent b8b1e25 commit d9fb660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildroot-external/board/pc/ova/kernel.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9fb660

Please sign in to comment.