Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 06eab8dd authored by Alexandre Bailon's avatar Alexandre Bailon
Browse files

controller: Add connection callbacks


Currently, the connection between the host and a module
can only be created after the module has been detected or
during the interface create. For some controller, we don't
have the choice because they only have a stream that need
to open before any other operation.
But some controller (e.g. TPC/IP) can use more than one stream.
Add connection_create() and connection_destroy() callbacks to
let that kind of controller create more than one connection.

Signed-off-by: default avatarAlexandre Bailon <abailon@baylibre.com>
parent a41226ba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment