diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-18 18:44:04 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-29 12:17:06 -0500 |
commit | b3e6d591b05538056d665572f3e3bbfb3cbb70e7 (patch) | |
tree | b14e13cce12bdc609f97af3fa261b7689cf702a5 /hw/mips | |
parent | f81222bc0cf68464fe82117521917cc1533c3ff4 (diff) |
audio: enable PCI audio cards for all PCI-enabled targets
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1366303444-24620-9-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/mips')
-rw-r--r-- | hw/mips/mips_jazz.c | 2 | ||||
-rw-r--r-- | hw/mips/mips_malta.c | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/hw/mips/mips_jazz.c b/hw/mips/mips_jazz.c index 822d3006e2..94d95702a4 100644 --- a/hw/mips/mips_jazz.c +++ b/hw/mips/mips_jazz.c @@ -288,9 +288,7 @@ static void mips_jazz_init(MemoryRegion *address_space, parallel_mm_init(address_space, 0x80008000, 0, rc4030[0], parallel_hds[0]); - /* Sound card */ /* FIXME: missing Jazz sound at 0x8000c000, rc4030[2] */ - audio_init(); /* NVRAM */ dev = qdev_create(NULL, "ds1225y"); diff --git a/hw/mips/mips_malta.c b/hw/mips/mips_malta.c index a2d01e158f..9d521ccb19 100644 --- a/hw/mips/mips_malta.c +++ b/hw/mips/mips_malta.c @@ -985,9 +985,6 @@ void mips_malta_init(QEMUMachineInitArgs *args) } fdctrl_init_isa(isa_bus, fd); - /* Sound card */ - audio_init(); - /* Network card */ network_init(); |