Statistics
| Branch: | Revision:

root / hw / audiodev.h @ b072a3c8

History | View | Annotate | Download (337 Bytes)

1 87ecb68b pbrook
/* es1370.c */
2 22d83b14 Paul Brook
int es1370_init(PCIBus *bus);
3 87ecb68b pbrook
4 87ecb68b pbrook
/* sb16.c */
5 4a0f031d Hervé Poussineau
int SB16_init(ISABus *bus);
6 87ecb68b pbrook
7 87ecb68b pbrook
/* adlib.c */
8 4a0f031d Hervé Poussineau
int Adlib_init(ISABus *bus);
9 87ecb68b pbrook
10 87ecb68b pbrook
/* gus.c */
11 4a0f031d Hervé Poussineau
int GUS_init(ISABus *bus);
12 87ecb68b pbrook
13 e5c9a13e balrog
/* ac97.c */
14 1ce9c192 Hervé Poussineau
int ac97_init(PCIBus *bus);
15 cc53d26d malc
16 cc53d26d malc
/* cs4231a.c */
17 4a0f031d Hervé Poussineau
int cs4231a_init(ISABus *bus);
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);