Searched refs:codecDevType (Results 1 – 3 of 3) sorted by relevance
40 switch (codecConfig->codecDevType) in HAL_CODEC_Init()145 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_Deinit()247 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetFormat()348 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetVolume()449 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetMute()550 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetPower()651 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetRecord()755 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetRecordChannel()856 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetPlay()962 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_ModuleControl()
265 uint32_t codecDevType; /*!< codec type */ member
20 …codec_config_t boardCodecConfig = {.codecDevType = kCODEC_TFA9XXX, .codecDevConfig = &tfa9xxxConfi…