mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
Push AUD_init down to devices
Now we can safely call AUD_init multiple times we can push it down to individual audio devices, rather than having to pass it from the board init. Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
0d9acba8fd
commit
22d83b140e
23 changed files with 46 additions and 102 deletions
|
@ -696,7 +696,6 @@ static void ppc_prep_init (ram_addr_t ram_size, int vga_ram_size,
|
|||
}
|
||||
i8042_init(i8259[1], i8259[12], 0x60);
|
||||
DMA_init(1);
|
||||
// AUD_init();
|
||||
// SB16_init();
|
||||
|
||||
for(i = 0; i < MAX_FD; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue