[Buildroot] [git commit] qemu/x86_64: enable generic hda codec

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Oct 27 06:34:13 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=8da5df7adfcdbf48ebff23cb3c9d35016c4c4b13
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 board/qemu/x86_64/linux-4.2.config |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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


More information about the buildroot mailing list