-
Notifications
You must be signed in to change notification settings - Fork 350
Smart amp tplg fixes #3053
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
Smart amp tplg fixes #3053
Conversation
plbossart
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should not output a 38.4 MCLK, that's way too much.
We should make sure SMART_SSP_QUIRK is set, if it is not defined from the upper layer, let's set it to explicit 0. Signed-off-by: Keyon Jie <[email protected]>
Since we are sharing the same mclk_id among SSP interfaces, we should use the fixed frequency for the mclk. Here add a macro for it to make sure it is aligned with the SSP configure in the upper layer. Change to use 19.2MHz as the default mclk for smart_amp SSP. Signed-off-by: Keyon Jie <[email protected]>
|
@lgirdwood @plbossart updated. |
|
Maybe we should use this opportunity to review the mclk value for all existing machines. |
@plbossart @lgirdwood please review this PR, we need it for tgl 0.7 release, thanks |
|
@lgirdwood @plbossart ping for comments, this is fix so in urgent. |
|
Jenkins CI know issues. |
|
@zrombel looks like CI got stuck, are we good to merge or do you want to rerun ? |
|
Build was re run, and all tests PASS. |
make sure the SMART_SSP_QUIRK is configured, and use the unify mclk among SSPs.
This will fix thesofproject/linux#2190