From 138a4cd0f5de88072b5ec1adf890234567f421b0 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 3 Aug 2025 01:10:38 +0200 Subject: [PATCH] Covox Sound Master Plus: Add extra ports. --- src/sound/snd_covox.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sound/snd_covox.c b/src/sound/snd_covox.c index aaffbcf08..b8c0ec994 100644 --- a/src/sound/snd_covox.c +++ b/src/sound/snd_covox.c @@ -285,6 +285,10 @@ static const device_config_t soundmasterplus_config[] = { .file_filter = NULL, .spinner = { 0 }, .selection = { + { .description = "0x220", .value = 0x220 }, + { .description = "0x240", .value = 0x240 }, + { .description = "0x280", .value = 0x280 }, + { .description = "0x2c0", .value = 0x2c0 }, { .description = "0x330", .value = 0x330 }, { .description = "0x338", .value = 0x338 }, { .description = "" }