Home
last modified time | relevance | path

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

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