From: Gustavo Zacarias Date: Tue, 27 Oct 2015 01:17:21 +0000 (-0300) Subject: qemu/x86_64: enable generic hda codec X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8da5df7adfcdbf48ebff23cb3c9d35016c4c4b13;p=buildroot.git qemu/x86_64: 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 --- diff --git a/board/qemu/x86_64/linux-4.2.config b/board/qemu/x86_64/linux-4.2.config index 5b644163e6..20726c3dc4 100644 --- a/board/qemu/x86_64/linux-4.2.config +++ b/board/qemu/x86_64/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