diff mbox

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

Message ID 1445908642-8162-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Headers show

Commit Message

Gustavo Zacarias Oct. 27, 2015, 1:17 a.m. UTC
Enable the generic hda (sound) codec, necessary for qemu audio to work.

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

Comments

Thomas Petazzoni Oct. 27, 2015, 6:34 a.m. UTC | #1
Dear Gustavo Zacarias,

On Mon, 26 Oct 2015 22:17:21 -0300, Gustavo Zacarias wrote:
> Enable the generic hda (sound) codec, necessary for qemu audio to work.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  board/qemu/x86_64/linux-4.2.config | 1 +
>  1 file changed, 1 insertion(+)

Both applied, thanks.

Thomas
diff mbox

Patch

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