From 9473640552b05afc6d00fc76856eb0b28fb8c57d Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Wed, 3 Aug 2022 13:38:44 +0600 Subject: [PATCH] mpu401: Add MPU-401AT I/O address ranges --- src/sound/snd_mpu401.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/sound/snd_mpu401.c b/src/sound/snd_mpu401.c index cb442032c..10ef7b5e0 100644 --- a/src/sound/snd_mpu401.c +++ b/src/sound/snd_mpu401.c @@ -1844,6 +1844,18 @@ static const device_config_t mpu401_standalone_config[] = { .description = "0x330", .value = 0x330 }, + { + .description = "0x332", + .value = 0x332 + }, + { + .description = "0x334", + .value = 0x334 + }, + { + .description = "0x336", + .value = 0x336 + }, { .description = "0x340", .value = 0x340