From 5073a2c37e9eecea1ad65a3084b453d3a92eff00 Mon Sep 17 00:00:00 2001 From: TC1995 Date: Wed, 22 Apr 2020 22:29:25 +0200 Subject: [PATCH] The AZT MPU is not SB's UART MPU. --- src/sound/snd_azt2316a.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sound/snd_azt2316a.c b/src/sound/snd_azt2316a.c index 9e534a1d9..b88ee9abb 100644 --- a/src/sound/snd_azt2316a.c +++ b/src/sound/snd_azt2316a.c @@ -1179,7 +1179,6 @@ azt_init(const device_t *info) mpu401_init(azt2316a->mpu, azt2316a->cur_mpu401_addr, azt2316a->cur_mpu401_irq, M_UART, device_get_config_int("receive_input401")); } else azt2316a->mpu = NULL; - sb_dsp_set_mpu(&azt2316a->sb->dsp, azt2316a->mpu); if (device_get_config_int("receive_input")) midi_in_handler(1, sb_dsp_input_msg, sb_dsp_input_sysex, &azt2316a->sb->dsp);