|
@@ -36,7 +36,6 @@
|
|
#include "hw/pci/pci_host.h"
|
|
#include "hw/pci/pci_host.h"
|
|
#include "hw/ppc/ppc.h"
|
|
#include "hw/ppc/ppc.h"
|
|
#include "hw/boards.h"
|
|
#include "hw/boards.h"
|
|
-#include "hw/audio/soundhw.h"
|
|
|
|
#include "qemu/error-report.h"
|
|
#include "qemu/error-report.h"
|
|
#include "qemu/log.h"
|
|
#include "qemu/log.h"
|
|
#include "hw/ide.h"
|
|
#include "hw/ide.h"
|
|
@@ -782,9 +781,6 @@ static void ibm_40p_init(MachineState *machine)
|
|
qbus_walk_children(BUS(isa_bus), prep_set_cmos_checksum, NULL, NULL, NULL,
|
|
qbus_walk_children(BUS(isa_bus), prep_set_cmos_checksum, NULL, NULL, NULL,
|
|
&cmos_checksum);
|
|
&cmos_checksum);
|
|
|
|
|
|
- /* initialize audio subsystem */
|
|
|
|
- soundhw_init();
|
|
|
|
-
|
|
|
|
/* add some more devices */
|
|
/* add some more devices */
|
|
if (defaults_enabled()) {
|
|
if (defaults_enabled()) {
|
|
isa_create_simple(isa_bus, "i8042");
|
|
isa_create_simple(isa_bus, "i8042");
|