On 4/15/21 10:53 AM, Mark Brown wrote:
On Wed, Apr 14, 2021 at 09:59:26AM -0700, Ranjani Sridharan wrote:
Recently, the sof_pcm_dai_link_fixup() function was
updated to match SSP config with the PCM hw_params
and set the current_config for the DAI widget.
But the sof_restore_pipelines() function still chooses the
default config for the DAI widget upon resuming. Fix this
to use the last used config when setting up the DAI widget
during resume.
Fixes: a1e1f10a6ed6 ("ASoC: SOF: match SSP config with pcm hw params")
I don't seem to have that commit.
I think it should be:
Fixes: c943a586f6e49 ("ASoC: SOF: match SSP config with pcm hw params")
I can re-send if needed