Add AC97 audio to VA-503A

This commit is contained in:
RichardG867
2021-07-13 22:06:17 -03:00
parent 67dfb363c1
commit 9643bbd579
3 changed files with 19 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ 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 wm9701a_device;
extern const device_t ac97_via_device;
#endif