From 8a6cf0fcc16796d30bedd972b4264fe28ae7188d Mon Sep 17 00:00:00 2001 From: vitalik1555 <66238862+vitalik1555@users.noreply.github.com> Date: Tue, 2 Dec 2025 19:03:11 +0400 Subject: [PATCH] Aztech: Fix Missing MPU-401 for Washington --- src/sound/snd_azt2316a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/snd_azt2316a.c b/src/sound/snd_azt2316a.c index 3eebf616e..47cf0296b 100644 --- a/src/sound/snd_azt2316a.c +++ b/src/sound/snd_azt2316a.c @@ -1670,7 +1670,7 @@ static const device_config_t azt2316a_config[] = { }, { .name = "receive_input401", - .description = "Receive MIDI input", + .description = "Receive MIDI input (MPU-401)", .type = CONFIG_BINARY, .default_string = NULL, .default_int = 0,