Searched refs:DSP_PIPE_AUDIO (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/dsp/common/src/ |
| D | dsp_util.c | 177 DSP_SetPipeCallback(DSP_PIPE_AUDIO, DSPi_PipeCallbackForSound, NULL); in DSPi_PlaySoundEx() 185 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_PlaySoundEx() 402 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StopSoundCore() 464 DSP_SetPipeCallback(DSP_PIPE_AUDIO, DSPi_PipeCallbackForSound, NULL); in DSPi_StartSamplingCore() 471 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StartSamplingCore() 497 DSP_SetPipeCallback(DSP_PIPE_AUDIO, DSPi_PipeCallbackForSound, NULL); in DSPi_StopSamplingCore() 504 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StopSamplingCore()
|
| /TwlSDK-5.1.0/include/twl/dsp/common/ |
| D | pipe.h | 49 #define DSP_PIPE_AUDIO 2 // DSP <-> ARM: General-purpose audio communications macro
|