Re: [PATCH 1/6] ASoC: codec2codec: run callbacks in order

2019-07-25 Thread Jerome Brunet
On Thu 25 Jul 2019 at 14:00, Mark Brown wrote: > On Wed, Jul 24, 2019 at 06:24:00PM +0200, Jerome Brunet wrote: >> When handling dai_link events on codec to codec links, run all .startup() >> callbacks on sinks and sources before running any .hw_params(). Same goes >> for hw_free() and shutdown()

Re: [PATCH 1/6] ASoC: codec2codec: run callbacks in order

2019-07-25 Thread Mark Brown
On Wed, Jul 24, 2019 at 06:24:00PM +0200, Jerome Brunet wrote: > When handling dai_link events on codec to codec links, run all .startup() > callbacks on sinks and sources before running any .hw_params(). Same goes > for hw_free() and shutdown(). This is closer to the behavior of regular > dai link