Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.h824 API_AUDIO_CUSTOMER_CH_MODE_STEREO = 2, enumerator
H A DapiAUDIO_v2_customer.c7813 …case AUD_CH_MODE_STEREO: *(int*)pInfo = API_AUDIO_CUSTOMER_CH_MODE_STEREO; break; in AU_CUS_GetAudioInfo()