Searched refs:codecCapability (Results 1 – 17 of 17) sorted by relevance
88 assert(handle->codecCapability != NULL); in CODEC_ModuleControl()92 …if ((handle->codecCapability->codecModuleCapability & (uint32_t)kCODEC_SupportModuleI2SInSwitchInt… in CODEC_ModuleControl()117 assert(handle->codecCapability != NULL); in CODEC_SetVolume()120 if ((GET_VOLUME_CAPABILITY(handle->codecCapability->codecVolumeCapability) & channel) == 0U) in CODEC_SetVolume()139 assert(handle->codecCapability != NULL); in CODEC_SetMute()142 if ((GET_VOLUME_CAPABILITY(handle->codecCapability->codecVolumeCapability) & channel) == 0U) in CODEC_SetMute()161 assert(handle->codecCapability != NULL); in CODEC_SetPower()164 if ((handle->codecCapability->codecModuleCapability & (1UL << (uint32_t)module)) == 0U) in CODEC_SetPower()183 assert(handle->codecCapability != NULL); in CODEC_SetRecord()186 …if ((GET_RECORD_SOURCE_CAPABILITY(handle->codecCapability->codecRecordCapability) & recordSource) … in CODEC_SetRecord()[all …]
286 const codec_capability_t *codecCapability; /*!< codec capability */ member
43 ((codec_handle_t *)handle)->codecCapability = &s_wm8524_capability; in HAL_CODEC_WM8524_Init()
41 ((codec_handle_t *)handle)->codecCapability = &s_pcm186x_capability; in HAL_CODEC_Init()
41 ((codec_handle_t *)handle)->codecCapability = &s_pcm186x_capability; in HAL_CODEC_PCM186x_Init()
45 ((codec_handle_t *)handle)->codecCapability = &s_ak4497_capability; in HAL_CODEC_AK4497_Init()
41 ((codec_handle_t *)handle)->codecCapability = &s_pcm512x_capability; in HAL_CODEC_Init()
41 ((codec_handle_t *)handle)->codecCapability = &s_pcm512x_capability; in HAL_CODEC_PCM512x_Init()
48 ((codec_handle_t *)handle)->codecCapability = &s_tfa9xxx_capability; in HAL_CODEC_TFA9XXX_Init()
49 ((codec_handle_t *)handle)->codecCapability = &s_tfa9896_capability; in HAL_CODEC_TFA9896_Init()
67 ((codec_handle_t *)handle)->codecCapability = &s_da7212_capability; in HAL_CODEC_DA7212_Init()
56 ((codec_handle_t *)handle)->codecCapability = &s_cs42888_capability; in HAL_CODEC_CS42888_Init()
55 ((codec_handle_t *)handle)->codecCapability = &s_cs42448_capability; in HAL_CODEC_CS42448_Init()
91 ((codec_handle_t *)handle)->codecCapability = &s_wm8962_capability; in HAL_CODEC_WM8962_Init()
74 ((codec_handle_t *)handle)->codecCapability = &s_sgtl5000_capability; in HAL_CODEC_SGTL5000_Init()
96 ((codec_handle_t *)handle)->codecCapability = &s_wm8904_capability; in HAL_CODEC_WM8904_Init()
98 ((codec_handle_t *)handle)->codecCapability = &s_wm8960_capability; in HAL_CODEC_WM8960_Init()