Add AD1881 codec for the WIP branch's Gigabyte GA-6VX-4X

This commit is contained in:
RichardG867
2021-08-02 16:18:21 -03:00
parent 720375bfd4
commit 413c4562b4
2 changed files with 14 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ extern ac97_codec_t **ac97_codec, **ac97_modem_codec;
extern int ac97_codec_count, ac97_modem_codec_count,
ac97_codec_id, ac97_modem_codec_id;
extern const device_t ad1881_device;
extern const device_t alc100_device;
extern const device_t cs4297_device;
extern const device_t cs4297a_device;