Searched refs:CODEC_Init (Results 1 – 3 of 3) sorted by relevance
30 Call `CODEC_Init(codecHandle, &boardCodecConfig)` to initialize the TFA.35 rc = CODEC_Init(&codecHandle, &boardCodecConfig);40 …- If you use multiple TFAs, you need to call `CODEC_Init()` for each TFA, every call with its own …42 …- `CODEC_Init()` eventually calls `TFA9XXX_Init()`, this is the actual function for TFA initializa…65 …SetMute()` part in `TFA9XXX_Init()` function, and do the unmute after all the `CODEC_Init()` calls.
304 status_t CODEC_Init(codec_handle_t *handle, codec_config_t *config);
33 status_t CODEC_Init(codec_handle_t *handle, codec_config_t *config) in CODEC_Init() function