| 397 | } |
| 398 | |
| 399 | void SSI263::Stop(void) |
| 400 | { |
| 401 | if (SSI263SingleVoice.lpDSBvoice && SSI263SingleVoice.bActive) |
| 402 | DSVoiceStop(&SSI263SingleVoice); |
| 403 | } |
| 404 | |
| 405 | //----------------------------------------------------------------------------- |
| 406 |
no test coverage detected