From 01ce8f16ced06134cfbe1a15e0ff33c9f1ec0af2 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Sat, 2 Aug 2025 20:42:28 -0400 Subject: [PATCH] Remove incorrect port additions on the Covox Sound Master Plus --- src/sound/snd_covox.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/sound/snd_covox.c b/src/sound/snd_covox.c index b8c0ec994..aaffbcf08 100644 --- a/src/sound/snd_covox.c +++ b/src/sound/snd_covox.c @@ -285,10 +285,6 @@ 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 = "" }