summary refs log tree commit diff stats
path: root/vl.c
diff options
context:
space:
mode:
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2009-01-08 21:03:55 +0000
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2009-01-08 21:03:55 +0000
commitb0f3b8fac4cf3813b70fa0f2f65be83f9970a286 (patch)
tree372abe7611bdd37fc09c6cec261ebb154069b1cd /vl.c
parentc45ca54ff98c29551fadf9e8f64eb43d54cdcb0c (diff)
downloadfocaccia-qemu-b0f3b8fac4cf3813b70fa0f2f65be83f9970a286.tar.gz
focaccia-qemu-b0f3b8fac4cf3813b70fa0f2f65be83f9970a286.zip
Enable ac97 by default
ac97 has drivers for Vista 64-bit whereas sb16 and es1370 do not appear to.  I
asked malc why it was disabled and he said it was because it was GPL.  He did
not object to enabling it now that more QEMU code is GPL'd.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>



git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6253 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vl.c b/vl.c
index 959be628c9..9a9410b240 100644
--- a/vl.c
+++ b/vl.c
@@ -4308,7 +4308,6 @@ struct soundhw soundhw[] = {
     },
 #endif
 
-#ifdef CONFIG_AC97
     {
         "ac97",
         "Intel 82801AA AC97 Audio",
@@ -4316,7 +4315,6 @@ struct soundhw soundhw[] = {
         0,
         { .init_pci = ac97_init }
     },
-#endif
 
     {
         "es1370",