DAI Drivers¶
For the documentation of support devices refer to Supported Devices.
Intro¶
DAI drivers provide access to the Digital Audio Interfaces supported by the platform.
Programming Flows¶
DAI Initialization¶
When ADSP enters D0, the dai instances are registered in the list maintained by the lib.
Configuration & Commands¶
Before the dai client starts the device, it is configured with parameters from the IPC command.
Using DAI Driver API¶
See DAI Drivers API
Note
The API is accessed through a common structure; however, an
implementation may keep some specific private data attached to the
dai.private
pointer.
Supported Devices¶
Note
Throughout this tutorial, we reference your website name as <your_website>.