Home
last modified time | relevance | path

Searched refs:DSP_AUDIO_DRIVER_CONTROL_STOP (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.2.1/include/twl/dsp/common/
Daudio.h78 #define DSP_AUDIO_DRIVER_CONTROL_STOP (DSPByte32)0x0200 macro
/TwlSDK-5.2.1/build/libraries/dsp/common/src/
Ddsp_util.c121 … if ((response.ctrl & DSP_AUDIO_DRIVER_CONTROL_MASK) == DSP_AUDIO_DRIVER_CONTROL_STOP) in DSPi_PipeCallbackForSound()
395 ctrl |= DSP_AUDIO_DRIVER_CONTROL_STOP; in DSPi_StopSoundCore()
495 ctrl |= DSP_AUDIO_DRIVER_CONTROL_STOP; in DSPi_StopSamplingCore()