Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | 10 (reason code) |
R1 | &54 (Service call number) |
Exit | |
---|---|
– | All registers preserved |
This service call is made by SoundDMA when sound output is stopping, i.e. when sound is turned off by a call to SWI Sound_Enable. It will be made after the last buffer fill request has occurred. It is provided as a hint for any software that buffers audio in realtime, e.g. video playback software that needs to keep audio in sync with video, internet radio services, etc.
This call may be called with interrupts disabled; software should be careful not to re-enable interrupts or perform slow operations which will hinder the interrupt latency of the system.
Use SWI Sound_ReadSysInfo 1 to determine whether the version of SoundDMA present on the system generates this service call.
This service call should not be claimed.