Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mtl: remove pin description from extended module config #178

Closed
wants to merge 1 commit into from
Closed

mtl: remove pin description from extended module config #178

wants to merge 1 commit into from

Conversation

yongzhi1
Copy link

@yongzhi1 yongzhi1 commented Sep 7, 2023

Extended module config such as pin description is not used by driver, let's remove them, lest anyone waste time on the don't care values when adding a new module.

Extended module config such as pin description is not used by driver,
let's remove them, lest anyone waste time on the don't care values
when adding a new module.

Signed-off-by: Yong Zhi <yong.zhi@intel.com>
Copy link
Member

@lgirdwood lgirdwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mwasko @marcinszkudlinski will this be needed in the future ?

@marcinszkudlinski
Copy link
Contributor

We need at least number of pins for each module.
I would not remove it,

now formats and pins are verified when pipeline starts (module_prepare), which may be a little too late. Bind IPC should not be accepted if connecting not compatible modules or not existing pins - based on info from the manifest.

So yes, those may become useful really soon.

@yongzhi1
Copy link
Author

yongzhi1 commented Sep 9, 2023

Thanks for the info, I somehow got the impression that Extended Manifest ("$AE1" ) is not used by FW.

@lgirdwood
Copy link
Member

@yongzhi1 I will close this now. It can be re-opende later if direction changes.

@lgirdwood lgirdwood closed this Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants