Searched refs:codecDevType (Results 1 – 3 of 3) sorted by relevance
41 switch (codecConfig->codecDevType) in HAL_CODEC_Init()146 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_Deinit()248 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetFormat()349 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetVolume()438 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetMute()533 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetPower()622 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetRecord()714 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetRecordChannel()803 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetPlay()897 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…