From 62c7968906c4ba8976607e884845b895db2b18bb Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 23 Sep 2020 01:26:23 +0200 Subject: [PATCH] Re-added the Sound Blaster PCI 128. --- src/sound/sound.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sound/sound.c b/src/sound/sound.c index 479314699..4dcbdf8d7 100644 --- a/src/sound/sound.c +++ b/src/sound/sound.c @@ -101,6 +101,7 @@ static const SOUND_CARD sound_cards[] = { "[MCA] Sound Blaster MCV", "sbmcv", &sb_mcv_device }, { "[MCA] Sound Blaster Pro MCV", "sbpromcv", &sb_pro_mcv_device }, { "[PCI] Ensoniq AudioPCI (ES1371)", "es1371", &es1371_device }, + { "[PCI] Sound Blaster PCI 128", "sbpci128", &es1371_device }, { "", "", NULL } };