mirror of https://github.com/xemu-project/xemu.git
Malta has no ISA bus.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2947 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e918ee04e9
commit
5066b9f199
|
@ -451,17 +451,8 @@ static void audio_init (PCIBus *pci_bus)
|
|||
s = AUD_init ();
|
||||
if (s) {
|
||||
for (c = soundhw; c->name; ++c) {
|
||||
if (c->enabled) {
|
||||
if (c->isa) {
|
||||
fprintf(stderr, "qemu: Unsupported Sound Card: %s\n", c->name);
|
||||
exit(1);
|
||||
}
|
||||
else {
|
||||
if (pci_bus) {
|
||||
c->init.init_pci (pci_bus, s);
|
||||
}
|
||||
}
|
||||
}
|
||||
if (c->enabled)
|
||||
c->init.init_pci (pci_bus, s);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue