Add AMR bus for optional AC97 audio on CUV4X-LS

This commit is contained in:
RichardG867
2021-07-30 00:17:49 -03:00
parent 4c307fd945
commit d61e3b1e94
4 changed files with 15 additions and 8 deletions

View File

@@ -37,6 +37,7 @@
#include <86box/snd_mpu401.h>
#include <86box/snd_sb_dsp.h>
#include <86box/snd_azt2316a.h>
#include <86box/snd_ac97.h>
#include <86box/filters.h>
@@ -109,6 +110,7 @@ static const SOUND_CARD sound_cards[] =
{ "sbmcv", &sb_mcv_device },
{ "sbpromcv", &sb_pro_mcv_device },
{ "es1371", &es1371_device },
{ "cs4297a", &cs4297a_device },
{ "", NULL }
};