We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81151f7 commit a7e4bcdCopy full SHA for a7e4bcd
libaesnd/aesndlib.c
@@ -485,7 +485,12 @@ void AESND_Reset(void)
485
do {
486
_CPU_ISR_Flash(level);
487
} while(__aesnddspinit);
488
-
+
489
+#if defined(HW_DOL)
490
+ u32 i=0;
491
+ for(;i<MAX_VOICES;i++)
492
+ AR_Free(NULL);
493
+#endif
494
__aesndinit = 0;
495
}
496
_CPU_ISR_Restore(level);
libaesnd/dspcode/dspmixer.s
@@ -156,8 +156,9 @@ recv_cmd:
156
157
cmpi $acc1.m,#0x0100
158
jeq send_samples
159
160
- cmpi $acc1.m,#0xdead
+ lri $acc0.m,#0xdead
161
+ cmp
162
jeq task_terminate
163
164
wait_commands:
0 commit comments