Managing the Components¶
The components management functionality is declared in audio/component.h and implemented in audio/component.c.
It provides APIs for component drivers and component clients.
Initialization¶
Audio unit initialization routine calls sys_comp_init()
to perform
allocation of the comp_data
which maintains the list of registered
component drivers.