From b3e6d591b05538056d665572f3e3bbfb3cbb70e7 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 18 Apr 2013 18:44:04 +0200 Subject: audio: enable PCI audio cards for all PCI-enabled targets Signed-off-by: Paolo Bonzini Message-id: 1366303444-24620-9-git-send-email-pbonzini@redhat.com Signed-off-by: Anthony Liguori --- hw/ppc/prep.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'hw/ppc/prep.c') diff --git a/hw/ppc/prep.c b/hw/ppc/prep.c index 82bd27ec8d..59c7da3af7 100644 --- a/hw/ppc/prep.c +++ b/hw/ppc/prep.c @@ -658,9 +658,6 @@ static void ppc_prep_init(QEMUMachineInitArgs *args) /* Special port to get debug messages from Open-Firmware */ register_ioport_write(0x0F00, 4, 1, &PPC_debug_write, NULL); - - /* Initialize audio subsystem */ - audio_init(); } static QEMUMachine prep_machine = { -- cgit v1.2.1