Showing changes from revision #2 to #3:
Added | Removed | Changed
Entry | |
---|---|
R0 | Pointer to space/control terminated controller ID string to start from, or 0 or an empty string to start enumeration |
R1 | Pointer to buffer for result (can be R0), or 0 to check required length |
R2 | Length of buffer |
Exit | |
---|---|
R0 | 0, or pointer to error block |
R1 | Buffer updated with null-terminated ID string of next controller, or empty string if no more controllers |
R2 | Length of data (including null terminator) |
This call can be used to enumerate the audio controller devices that are available for use by the sound system.
Many versions of SoundDMA do not return errors when unknown SWIs are called. Therefore, to detect if this SWI is supported, check if R0 has been set to 0 on exit (Valid reason codes start at 1), or use Sound_ReadSysInfo 1.
If the supplied buffer is not large enough, or the pointer was 0, a buffer overflow error will be generated and no data will be copied to the buffer.