Searched refs:DSP_PIPE_AUDIO (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.5/build/libraries/dsp/common/src/ |
| D | dsp_util.c | 187 DSP_SetPipeCallback(DSP_PIPE_AUDIO, DSPi_PipeCallbackForSound, NULL); in DSPi_PlaySoundEx() 195 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_PlaySoundEx() 412 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StopSoundCore() 475 DSP_SetPipeCallback(DSP_PIPE_AUDIO, DSPi_PipeCallbackForSound, NULL); in DSPi_StartSamplingCore() 482 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StartSamplingCore() 508 DSP_SetPipeCallback(DSP_PIPE_AUDIO, DSPi_PipeCallbackForSound, NULL); in DSPi_StopSamplingCore() 515 DSP_WriteProcessPipe(context, DSP_PIPE_AUDIO, &command, sizeof(command)); in DSPi_StopSamplingCore()
|
| /TwlSDK-5.5/include/twl/dsp/common/ |
| D | pipe.h | 49 #define DSP_PIPE_AUDIO 2 // DSP <-> ARM: General-purpose audio communications macro
|