Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO.c730 AUDIO_PCM_INFO_t sPcmInfoTmp; in _MApi_Audio_Monitor() local
734 memset(&sPcmInfoTmp, 0x00, sizeof(AUDIO_PCM_INFO_t)); in _MApi_Audio_Monitor()
735 sPcmInfoTmp.u32StructVersion = AUDIO_PCM_INFO_VERSION; in _MApi_Audio_Monitor()
736 sPcmInfoTmp.u32StructSize = sizeof(AUDIO_PCM_INFO_t); in _MApi_Audio_Monitor()
737 MDrv_AUDIO_PCM_Get(s32DeviceId, AUDIO_PCM_CMD_ALL, &sPcmInfoTmp); in _MApi_Audio_Monitor()
739 MDrv_AUDIO_PCM_Open(&sPcmInfoTmp); in _MApi_Audio_Monitor()