| 288 | } |
| 289 | |
| 290 | void MIXInit() |
| 291 | { |
| 292 | for (int i = 0; i < (int)(sizeof(__MIXChannel) / sizeof(MIXChannel)); i++) |
| 293 | { |
| 294 | __MIXResetChannel(&__MIXChannel[i]); |
| 295 | } |
| 296 | __MIXDvdStreamAttenCurrent = 0; |
| 297 | __MIXDvdStreamAttenUser = 0; |
| 298 | __MIXSoundMode = OSGetSoundMode(); |
| 299 | } |
| 300 | |
| 301 | void MIXInitChannel(AXVPB* p, u32 mode, int input, int auxA, int auxB, int pan, |
| 302 | int span, int fader) |
no test coverage detected