Statistics
| Branch: | Revision:

root / hw / audiodev.h @ 8af7a3ab

History | View | Annotate | Download (345 Bytes)

1 87ecb68b pbrook
/* es1370.c */
2 22d83b14 Paul Brook
int es1370_init(PCIBus *bus);
3 87ecb68b pbrook
4 87ecb68b pbrook
/* sb16.c */
5 22d83b14 Paul Brook
int SB16_init(qemu_irq *pic);
6 87ecb68b pbrook
7 87ecb68b pbrook
/* adlib.c */
8 22d83b14 Paul Brook
int Adlib_init(qemu_irq *pic);
9 87ecb68b pbrook
10 87ecb68b pbrook
/* gus.c */
11 22d83b14 Paul Brook
int GUS_init(qemu_irq *pic);
12 87ecb68b pbrook
13 e5c9a13e balrog
/* ac97.c */
14 22d83b14 Paul Brook
int ac97_init(PCIBus *buf);
15 cc53d26d malc
16 cc53d26d malc
/* cs4231a.c */
17 22d83b14 Paul Brook
int cs4231a_init(qemu_irq *pic);
18 d61a4ce8 Gerd Hoffmann
19 d61a4ce8 Gerd Hoffmann
/* intel-hda.c + hda-audio.c */
20 d61a4ce8 Gerd Hoffmann
int intel_hda_and_codec_init(PCIBus *bus);