nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ open

int(* audio_module_functions::open) (struct audio_module_handle_private *handle, struct audio_module_configuration const *const configuration)

Open an audio module with the specified initial configuration.

Note
This is an optional function for an audio module.
Parameters
handle[in/out] The handle to the module instance.
configuration[in] Pointer to the desired initial configuration to set.
Returns
0 if successful, error otherwise.