More AC97, now with VIA kinda sorta working and ES1371

This commit is contained in:
RichardG867
2021-07-13 00:53:26 -03:00
parent 5bce2f09c7
commit ff1a55d08d
6 changed files with 402 additions and 316 deletions

View File

@@ -41,6 +41,7 @@ extern ac97_codec_t **ac97_codec, **ac97_modem_codec;
extern int ac97_codec_count, ac97_modem_codec_count;
extern const device_t alc100_device;
extern const device_t cs4297a_device;
extern const device_t ac97_via_device;
#endif