Fix hijacking of the CD audio filter by VIA AC97

This commit is contained in:
RichardG867
2021-11-20 22:59:08 -03:00
parent 96439dac3d
commit 1e98d531f2
4 changed files with 15 additions and 8 deletions

View File

@@ -1615,7 +1615,6 @@ sb_pro_compat_init(const device_t *info)
sb->mixer_enabled = 1;
sound_add_handler(sb_get_buffer_sbpro, sb);
sound_set_cd_audio_filter(sbpro_filter_cd_audio, sb);
sb->mpu = (mpu_t *) malloc(sizeof(mpu_t));
memset(sb->mpu, 0, sizeof(mpu_t));