mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
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>
This commit is contained in:
parent
f81222bc0c
commit
b3e6d591b0
8 changed files with 5 additions and 14 deletions
|
@ -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");
|
||||
|
|
|
@ -985,9 +985,6 @@ void mips_malta_init(QEMUMachineInitArgs *args)
|
|||
}
|
||||
fdctrl_init_isa(isa_bus, fd);
|
||||
|
||||
/* Sound card */
|
||||
audio_init();
|
||||
|
||||
/* Network card */
|
||||
network_init();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue