From 44bff8962c20097af646607d9fda5f5c1f09e1e4 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 26 Oct 2015 22:17:22 -0300 Subject: [PATCH] qemu/x86: enable generic hda codec Enable the generic hda (sound) codec, necessary for qemu audio to work. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- board/qemu/x86/linux-4.2.config | 1 + 1 file changed, 1 insertion(+) diff --git a/board/qemu/x86/linux-4.2.config b/board/qemu/x86/linux-4.2.config index 5b644163e6..20726c3dc4 100644 --- a/board/qemu/x86/linux-4.2.config +++ b/board/qemu/x86/linux-4.2.config @@ -15,6 +15,7 @@ CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_HDA_INTEL=y +CONFIG_SND_HDA_GENERIC=y CONFIG_EXT4_FS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y