Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/twl/dsp/common/
Daudio.h81 #define DSP_AUDIO_DRIVER_MODE_MONAURAL (DSPByte32)0x0000 macro
/TwlSDK-5.1.0/build/libraries/dsp/common/src/
Ddsp_util.c206 … u32 ctrl = (stereo != FALSE) ? DSP_AUDIO_DRIVER_MODE_STEREO : DSP_AUDIO_DRIVER_MODE_MONAURAL; in DSPi_PlaySoundCore()
307 u32 ctrl = DSP_AUDIO_DRIVER_MODE_MONAURAL;
367 u32 ctrl = DSP_AUDIO_DRIVER_MODE_MONAURAL; in DSPi_PlayShutterSoundCore()