qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6253] Enable ac97 by default
@ 2009-01-08 21:03 Anthony Liguori
  0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2009-01-08 21:03 UTC (permalink / raw)
  To: qemu-devel

Revision: 6253
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6253
Author:   aliguori
Date:     2009-01-08 21:03:55 +0000 (Thu, 08 Jan 2009)

Log Message:
-----------
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>

Modified Paths:
--------------
    trunk/Makefile.target
    trunk/vl.c

Modified: trunk/Makefile.target
===================================================================
--- trunk/Makefile.target	2009-01-08 21:03:07 UTC (rev 6252)
+++ trunk/Makefile.target	2009-01-08 21:03:55 UTC (rev 6253)
@@ -593,10 +593,7 @@
 LIBS += $(CONFIG_OSS_LIB)
 endif
 
-SOUND_HW = sb16.o es1370.o
-ifdef CONFIG_AC97
-SOUND_HW += ac97.o
-endif
+SOUND_HW = sb16.o es1370.o ac97.o
 ifdef CONFIG_ADLIB
 SOUND_HW += fmopl.o adlib.o
 adlib.o fmopl.o: CFLAGS := ${CFLAGS} -DBUILD_Y8950=0

Modified: trunk/vl.c
===================================================================
--- trunk/vl.c	2009-01-08 21:03:07 UTC (rev 6252)
+++ trunk/vl.c	2009-01-08 21:03:55 UTC (rev 6253)
@@ -4308,7 +4308,6 @@
     },
 #endif
 
-#ifdef CONFIG_AC97
     {
         "ac97",
         "Intel 82801AA AC97 Audio",
@@ -4316,7 +4315,6 @@
         0,
         { .init_pci = ac97_init }
     },
-#endif
 
     {
         "es1370",

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-08 21:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-08 21:03 [Qemu-devel] [6253] Enable ac97 by default Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).