22d83b140e
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>
18 lines
269 B
C
18 lines
269 B
C
/* es1370.c */
|
|
int es1370_init(PCIBus *bus);
|
|
|
|
/* sb16.c */
|
|
int SB16_init(qemu_irq *pic);
|
|
|
|
/* adlib.c */
|
|
int Adlib_init(qemu_irq *pic);
|
|
|
|
/* gus.c */
|
|
int GUS_init(qemu_irq *pic);
|
|
|
|
/* ac97.c */
|
|
int ac97_init(PCIBus *buf);
|
|
|
|
/* cs4231a.c */
|
|
int cs4231a_init(qemu_irq *pic);
|