Skip to content

Commit 463f717

Browse files
Dorinda Basseyslp
authored andcommitted
config-libkrunfw_x86_64: Enable virtio-snd driver support
Enable ALSA sound support and the virtio-snd driver in the kernel configuration to support vhost-user sound devices. The virtio-snd driver allows the guest to use external vhost-user sound backends for audio playback and capture. Signed-off-by: Dorinda Bassey <dbassey@redhat.com>
1 parent 430e31b commit 463f717

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

config-libkrunfw_x86_64

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,13 @@ CONFIG_DUMMY_CONSOLE_ROWS=25
13691369
# end of Console display driver support
13701370
# end of Graphics support
13711371

1372-
# CONFIG_SOUND is not set
1372+
CONFIG_SOUND=y
1373+
CONFIG_SND=y
1374+
CONFIG_SND_TIMER=y
1375+
CONFIG_SND_PCM=y
1376+
CONFIG_SND_JACK=y
1377+
CONFIG_SND_DRIVERS=y
1378+
CONFIG_SND_VIRTIO=y
13731379
CONFIG_HID_SUPPORT=y
13741380
# CONFIG_HID is not set
13751381
CONFIG_USB_OHCI_LITTLE_ENDIAN=y

0 commit comments

Comments
 (0)