On Sun 22 Sep 2019 at 14:41, Sasha Levin <[email protected]> wrote: > From: Jerome Brunet <[email protected]> > > [ Upstream commit 2c4956bc1e9062e5e3c5ea7612294f24e6d4fbdd ] > > So far, forwarding the hw_params of the input to output relied on the > .hw_params() callback of the cpu side of the codec2codec link to be called > first. This is a bit weak. > > Instead, override the stream params of the codec2codec to link to set it up > correctly.
Hi Sasha This change depends on the following series in ASoC: https://lore.kernel.org/r/[email protected] which has also been merged in this merge window. With this change, things are done (IMO) in a better way but there was no known issue before that. I don't think it is worth backporting the mentioned ASoC series to 5.3. I would suggest to just drop this change from stable. Regards Jerome > > Signed-off-by: Jerome Brunet <[email protected]> > Link: https://lore.kernel.org/r/[email protected] > Signed-off-by: Mark Brown <[email protected]> > Signed-off-by: Sasha Levin <[email protected]>

