Template:CELL ERROR FACILITY SOUND - 0x031: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 24: | Line 24: | ||
|- | |- | ||
| CELL_LIBMIXER_ERROR_NO_EFFECT || 0x8031000B || | | CELL_LIBMIXER_ERROR_NO_EFFECT || 0x8031000B || | ||
|- | |||
|} | |||
=== SND3 errors === | |||
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;" | |||
|- bgcolor="#cccccc" | |||
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks | |||
|- | |||
| CELL_SND3_ERROR_PARAM || 0x80310301 || badargument | |||
|- | |||
| CELL_SND3_ERROR_CREATE_MUTEX || 0x80310302 || cannot create mutex | |||
|- | |||
| CELL_SND3_ERROR_SYNTH || 0x80310303 || error in soft synth | |||
|- | |||
| CELL_SND3_ERROR_ALREADY || 0x80310304 || already initial | |||
|- | |||
| CELL_SND3_ERROR_NOTINIT || 0x80310305 || not initial | |||
|- | |||
| CELL_SND3_ERROR_SMFFULL || 0x80310306 || sfm bind full | |||
|- | |||
| CELL_SND3_ERROR_HD3ID || 0x80310307 || bad hd3ID | |||
|- | |||
| CELL_SND3_ERROR_SMF || 0x80310308 || bad SMF address | |||
|- | |||
| CELL_SND3_ERROR_SMFCTX || 0x80310309 || bad CellSnd3SmfCtx address | |||
|- | |||
| CELL_SND3_ERROR_FORMAT || 0x8031030a || bad SMF format | |||
|- | |||
| CELL_SND3_ERROR_SMFID || 0x8031030b || bad smdID | |||
|- | |||
| CELL_SND3_ERROR_SOUNDDATAFULL || 0x8031030c || sound data bind full | |||
|- | |||
| CELL_SND3_ERROR_VOICENUM || 0x8031030d || bad voice num | |||
|- | |||
| CELL_SND3_ERROR_RESERVEDVOICE || 0x8031030e || voice is reserved by user | |||
|- | |||
| CELL_SND3_ERROR_REQUESTQUEFULL || 0x8031030f || request queue is full | |||
|- | |||
| CELL_SND3_ERROR_OUTPUTMODE || 0x80310310 || out of output mode | |||
|- | |- | ||
|} | |} |
Revision as of 21:27, 8 July 2015
LIBMIXER errors
Name | Errorcode | Remarks |
---|---|---|
CELL_LIBMIXER_ERROR_UNDEFINED | 0x80310001 | |
CELL_LIBMIXER_ERROR_NOT_INITIALIZED | 0x80310002 | |
CELL_LIBMIXER_ERROR_INVALID_PARAMETER | 0x80310003 | |
CELL_LIBMIXER_ERROR_NO_MEMORY | 0x80310005 | |
CELL_LIBMIXER_ERROR_ALREADY_EXIST | 0x80310006 | |
CELL_LIBMIXER_ERROR_FULL | 0x80310007 | |
CELL_LIBMIXER_ERROR_NOT_EXIST | 0x80310008 | |
CELL_LIBMIXER_ERROR_TYPE_MISMATCH | 0x80310009 | |
CELL_LIBMIXER_ERROR_NOT_FOUND | 0x8031000A | |
CELL_LIBMIXER_ERROR_NO_EFFECT | 0x8031000B |
SND3 errors
Name | Errorcode | Remarks |
---|---|---|
CELL_SND3_ERROR_PARAM | 0x80310301 | badargument |
CELL_SND3_ERROR_CREATE_MUTEX | 0x80310302 | cannot create mutex |
CELL_SND3_ERROR_SYNTH | 0x80310303 | error in soft synth |
CELL_SND3_ERROR_ALREADY | 0x80310304 | already initial |
CELL_SND3_ERROR_NOTINIT | 0x80310305 | not initial |
CELL_SND3_ERROR_SMFFULL | 0x80310306 | sfm bind full |
CELL_SND3_ERROR_HD3ID | 0x80310307 | bad hd3ID |
CELL_SND3_ERROR_SMF | 0x80310308 | bad SMF address |
CELL_SND3_ERROR_SMFCTX | 0x80310309 | bad CellSnd3SmfCtx address |
CELL_SND3_ERROR_FORMAT | 0x8031030a | bad SMF format |
CELL_SND3_ERROR_SMFID | 0x8031030b | bad smdID |
CELL_SND3_ERROR_SOUNDDATAFULL | 0x8031030c | sound data bind full |
CELL_SND3_ERROR_VOICENUM | 0x8031030d | bad voice num |
CELL_SND3_ERROR_RESERVEDVOICE | 0x8031030e | voice is reserved by user |
CELL_SND3_ERROR_REQUESTQUEFULL | 0x8031030f | request queue is full |
CELL_SND3_ERROR_OUTPUTMODE | 0x80310310 | out of output mode |
AUDIO errors
Name | Errorcode | Remarks |
---|---|---|
CELL_AUDIO_ERROR_ALREADY_INIT | 0x80310701 | already init |
CELL_AUDIO_ERROR_AUDIOSYSTEM | 0x80310702 | error in AudioSystem. |
CELL_AUDIO_ERROR_NOT_INIT | 0x80310703 | not init |
CELL_AUDIO_ERROR_PARAM | 0x80310704 | param error |
CELL_AUDIO_ERROR_PORT_FULL | 0x80310705 | audio port is full |
CELL_AUDIO_ERROR_PORT_ALREADY_RUN | 0x80310706 | audio port is already run |
CELL_AUDIO_ERROR_PORT_NOT_OPEN | 0x80310707 | audio port is close |
CELL_AUDIO_ERROR_PORT_NOT_RUN | 0x80310708 | audio port is not run |
CELL_AUDIO_ERROR_TRANS_EVENT | 0x80310709 | trans event error |
CELL_AUDIO_ERROR_PORT_OPEN | 0x8031070a | error in port open |
CELL_AUDIO_ERROR_SHAREDMEMORY | 0x8031070b | error in shared memory |
CELL_AUDIO_ERROR_MUTEX | 0x8031070c | error in mutex |
CELL_AUDIO_ERROR_EVENT_QUEUE | 0x8031070d | error in event queue |
CELL_AUDIO_ERROR_AUDIOSYSTEM_NOT_FOUND | 0x8031070e | |
CELL_AUDIO_ERROR_TAG_NOT_FOUND | 0x8031070f |