audio: look for the ISA and PCI buses

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1366303444-24620-8-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Paolo Bonzini 2013-04-18 18:44:03 +02:00 committed by Anthony Liguori
parent 2e1103f60a
commit f81222bc0c
7 changed files with 17 additions and 12 deletions

View file

@ -290,7 +290,7 @@ static void mips_jazz_init(MemoryRegion *address_space,
/* Sound card */
/* FIXME: missing Jazz sound at 0x8000c000, rc4030[2] */
audio_init(isa_bus, NULL);
audio_init();
/* NVRAM */
dev = qdev_create(NULL, "ds1225y");

View file

@ -986,7 +986,7 @@ void mips_malta_init(QEMUMachineInitArgs *args)
fdctrl_init_isa(isa_bus, fd);
/* Sound card */
audio_init(isa_bus, pci_bus);
audio_init();
/* Network card */
network_init();