![]() |
Maestro Audio Framework
v 1.0
NXP Semiconductors
|
Contains initialization function prototypes for libosa. More...
Functions | |
int | osa_init (void) |
Initialize the OSA library. More... | |
int | osa_deinit (void) |
Deinitialize the OSA library. More... | |
int osa_init | ( | void | ) |
Some parts of the OSA need to be initialized before first use. This function performs the necessary initialization and allocations.
ERRCODE_NO_ERROR | Function succeeded |
ERRCODE_GENERAL_ERROR | Error initializing OSA. Memory allocations failed. |
int osa_deinit | ( | void | ) |
Free the OSA structures
ERRCODE_NO_ERROR | Function succeeded |
ERRCODE_GENERAL_ERROR | Error deinitializing OSA. Memory free failed. |