pbrook | 87ecb68 | 2007-11-17 17:14:51 +0000 | [diff] [blame] | 1 | /* es1370.c */ |
Paul Brook | 22d83b1 | 2009-05-12 12:33:04 +0100 | [diff] [blame] | 2 | int es1370_init(PCIBus *bus); |
pbrook | 87ecb68 | 2007-11-17 17:14:51 +0000 | [diff] [blame] | 3 | |
| 4 | /* sb16.c */ |
Paul Brook | 22d83b1 | 2009-05-12 12:33:04 +0100 | [diff] [blame] | 5 | int SB16_init(qemu_irq *pic); |
pbrook | 87ecb68 | 2007-11-17 17:14:51 +0000 | [diff] [blame] | 6 | |
| 7 | /* adlib.c */ |
Paul Brook | 22d83b1 | 2009-05-12 12:33:04 +0100 | [diff] [blame] | 8 | int Adlib_init(qemu_irq *pic); |
pbrook | 87ecb68 | 2007-11-17 17:14:51 +0000 | [diff] [blame] | 9 | |
| 10 | /* gus.c */ |
Paul Brook | 22d83b1 | 2009-05-12 12:33:04 +0100 | [diff] [blame] | 11 | int GUS_init(qemu_irq *pic); |
pbrook | 87ecb68 | 2007-11-17 17:14:51 +0000 | [diff] [blame] | 12 | |
balrog | e5c9a13 | 2008-01-14 04:27:55 +0000 | [diff] [blame] | 13 | /* ac97.c */ |
Paul Brook | 22d83b1 | 2009-05-12 12:33:04 +0100 | [diff] [blame] | 14 | int ac97_init(PCIBus *buf); |
malc | cc53d26 | 2008-06-13 10:48:22 +0000 | [diff] [blame] | 15 | |
| 16 | /* cs4231a.c */ |
Paul Brook | 22d83b1 | 2009-05-12 12:33:04 +0100 | [diff] [blame] | 17 | int cs4231a_init(qemu_irq *pic); |
Gerd Hoffmann | d61a4ce | 2010-11-01 13:05:32 +0100 | [diff] [blame] | 18 | |
| 19 | /* intel-hda.c + hda-audio.c */ |
| 20 | int intel_hda_and_codec_init(PCIBus *bus); |