[Buildroot] [git commit] qemu/x86: enable alsa/hda support in kernel

Peter Korsgaard jacmet at sunsite.dk
Thu Sep 29 12:46:39 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=946a0ff97a574f2963434bba9c587d4832498bca
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

For easy sound testing using qemu-system-i386 -soundhw hda

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 board/qemu/x86/linux-3.0.config |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/board/qemu/x86/linux-3.0.config b/board/qemu/x86/linux-3.0.config
index 20ef541..5bf6944 100644
--- a/board/qemu/x86/linux-3.0.config
+++ b/board/qemu/x86/linux-3.0.config
@@ -46,6 +46,9 @@ CONFIG_SERIAL_8250_CONSOLE=y
 # CONFIG_HW_RANDOM is not set
 # CONFIG_HWMON is not set
 # CONFIG_MFD_SUPPORT is not set
+CONFIG_SOUND=y
+CONFIG_SND=y
+CONFIG_SND_HDA_INTEL=y
 # CONFIG_HID_SUPPORT is not set
 # CONFIG_USB_SUPPORT is not set
 # CONFIG_X86_PLATFORM_DEVICES is not set


More information about the buildroot mailing list