MSM6295: fix mute issue
This commit is contained in:
parent
85465633f2
commit
02ef001eb8
|
|
@ -255,6 +255,7 @@ void DivPlatformMSM6295::reset() {
|
||||||
for (int i=0; i<4; i++) {
|
for (int i=0; i<4; i++) {
|
||||||
chan[i]=DivPlatformMSM6295::Channel();
|
chan[i]=DivPlatformMSM6295::Channel();
|
||||||
chan[i].std.setEngine(parent);
|
chan[i].std.setEngine(parent);
|
||||||
|
msm.voice_mute(i,isMuted[i]);
|
||||||
}
|
}
|
||||||
for (int i=0; i<4; i++) {
|
for (int i=0; i<4; i++) {
|
||||||
chan[i].vol=8;
|
chan[i].vol=8;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue