[Buildroot] [PATCH 1/2] qemu/x86_64: enable generic hda codec

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Oct 27 01:17:21 UTC 2015


Enable the generic hda (sound) codec, necessary for qemu audio to work.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 board/qemu/x86_64/linux-4.2.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/qemu/x86_64/linux-4.2.config b/board/qemu/x86_64/linux-4.2.config
index 5b64416..20726c3 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
-- 
2.4.10



More information about the buildroot mailing list