Query on exporting link_slaves_found() function #7882
Unanswered
vijendarmukunda
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@plbossart : could you please help to comment , how can we export "link_slaves_found" function? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are currently working on SoundWire enablement using SOF stack for AMD platforms.
We have used link_slaves_found() function with different arguments in our stack.
instead of "sdw_intel_ctx" , we have used our struct sdw_amd_ctx *sdw as defined below.
struct sdw_amd_ctx {
int count;
int num_slaves;
struct sdw_amd_slave_id *ids;
struct platform_device *pdev[2];
};
Please suggest us , how can we use the function with different arguments?
Beta Was this translation helpful? Give feedback.
All reactions