ASoC: SOF: mediatek: revise mt8195 clock sequence
clock enable : enable and set audio_h selection as 26M. Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Signed-off-by: YC Hung <yc.hung@mediatek.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20220606210212.146626-3-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
b585692fc9
commit
e53b20598f
|
@ -132,6 +132,13 @@ static int adsp_default_clk_init(struct snd_sof_dev *sdev, bool enable)
|
|||
return ret;
|
||||
}
|
||||
|
||||
ret = clk_set_parent(priv->clk[CLK_TOP_AUDIO_H],
|
||||
priv->clk[CLK_TOP_CLK26M]);
|
||||
if (ret) {
|
||||
dev_err(dev, "set audio_h_sel failed %d\n", ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
ret = adsp_enable_all_clock(sdev);
|
||||
if (ret) {
|
||||
dev_err(dev, "failed to adsp_enable_clock: %d\n", ret);
|
||||
|
|
Loading…
Reference in New Issue