Updates the sound setting information (stereo/monaural)
FORMAT
Sint32 syCfgSetSoundMode( nMode )
Sint32 nMode
PARAMETER
nMode
Setting value
SYD_CFG_STEREO:Stereo setting
SYD_CFG_MONO:Monaural setting
RETURN
SYD_CFG_OK
Normal end
SYD_CFG_NG
Abnormal end
DESCRIPTION
Updates the sound setting information (stereo/monaural).
NOTE
Settings for this function are saved in the hardware's internal flash memory, but when settings are saved, only the setting information is updated. Changing the sound status in the actual application must be carried out in a different way. "Abnormal end" results if an invalid parameter was specified, or if the sound setting has not been initialized.