Uh oh!
There was an error while loading. Please reload this page.
Smart amp tplg fixes - #3053
Conversation
Uh oh!
There was an error while loading. Please reload this page.
plbossart
left a comment
There was a problem hiding this comment.
we should not output a 38.4 MCLK, that's way too much.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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 <yang.jie@linux.intel.com>
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 <yang.jie@linux.intel.com>
keyonjie
commented
Jun 17, 2020
@lgirdwood@plbossart updated. |
bardliao
commented
Jun 18, 2020
Maybe we should use this opportunity to review the mclk value for all existing machines. |
jajanusz
commented
Jun 18, 2020
@plbossart@lgirdwood please review this PR, we need it for tgl 0.7 release, thanks |
keyonjie
commented
Jun 24, 2020
@lgirdwood@plbossart ping for comments, this is fix so in urgent. |
lgirdwood
commented
Jun 24, 2020
Jenkins CI know issues. |
lgirdwood
commented
Jun 24, 2020
@zrombel looks like CI got stuck, are we good to merge or do you want to rerun ? |
zrombel
commented
Jun 24, 2020
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 fixthesofproject/linux#2190