Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c5656 API_AUDIO_CUSTOMER_CH_INPUT ch_input = API_AUDIO_CUSTOMER_CH_INPUT_INVALID; in AU_CUS_Mapping_ADEC_to_FWM_INPUT() local
5664 ch_input = API_AUDIO_CUSTOMER_CH_INPUT_ADEC0; in AU_CUS_Mapping_ADEC_to_FWM_INPUT()
5670 ch_input = API_AUDIO_CUSTOMER_CH_INPUT_ADEC1; in AU_CUS_Mapping_ADEC_to_FWM_INPUT()
5676 ch_input = API_AUDIO_CUSTOMER_CH_INPUT_ADEC_ATV; in AU_CUS_Mapping_ADEC_to_FWM_INPUT()
5684 AU_nDBG("[ch_input = 0x%x] \n", (unsigned int)ch_input); in AU_CUS_Mapping_ADEC_to_FWM_INPUT()
5686 if(pstAudioCustomerShmData->g_audio_customer_CH5_Sound_Connect == ch_input) in AU_CUS_Mapping_ADEC_to_FWM_INPUT()
5690 else if(pstAudioCustomerShmData->g_audio_customer_CH6_Sound_Connect == ch_input) in AU_CUS_Mapping_ADEC_to_FWM_INPUT()
5694 else if(pstAudioCustomerShmData->g_audio_customer_CH7_Sound_Connect == ch_input) in AU_CUS_Mapping_ADEC_to_FWM_INPUT()
5698 else if(pstAudioCustomerShmData->g_audio_customer_CH8_Sound_Connect == ch_input) in AU_CUS_Mapping_ADEC_to_FWM_INPUT()