Removed a temporary thing from sound/snd_sb.c, removed the unused opl_emu variable from the Sound Blaster struct, and added the AMI S3 86c924 with its ICS2494AN-305 clock chip.
This commit is contained in:
@@ -636,9 +636,6 @@ void sb_ct1745_mixer_write(uint16_t addr, uint8_t val, void *p)
|
||||
{
|
||||
/* Reset */
|
||||
/* Changed defaults from -14dB to 0dB*/
|
||||
mixer->regs[0x0E]=0x02;
|
||||
sb_dsp_set_stereo(&sb->dsp, mixer->regs[0x0E] & 2);
|
||||
|
||||
mixer->regs[0x30]=31 << 3;
|
||||
mixer->regs[0x31]=31 << 3;
|
||||
mixer->regs[0x32]=31 << 3;
|
||||
|
||||
Reference in New Issue
Block a user