Searched refs:command (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.2.3/build/libraries/snd/ARM9.TWL/src/ |
| D | sndex.c | 43 u8 command; member 93 static BOOL SendCommand (u8 command, u8 param); 94 static BOOL SendCommandEx (u8 command, u16 param); 97 static void SetSndexWork (SNDEXCallback cb, void* cbarg, void* dst, u8 command); 192 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_GetMuteAsync() 269 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_GetI2SFrequencyAsync() 347 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_GetDSPMixRateAsync() 427 if (FALSE == SendCommand(sndexWork.command, in SNDEXi_GetVolumeAsync() 591 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_GetDeviceAsync() 671 if (FALSE == SendCommand(sndexWork.command, (u8)mute)) in SNDEXi_SetMuteAsync() [all …]
|