16 Feb
2021
16 Feb
'21
9:30 a.m.
Hey,
On Tue, 16 Feb 2021, Kuninori Morimoto wrote:
I think we might still have issues if we have multiple CPU DAIs per runtime and dpcm_init_runtime_hw() is called multiple times. With the
Actually, when I posted the patch, I removed 1 line which I thought not needed. But it seems it was necessary...
Current fixup patch always initialize hw at dpcm_set_fe_runtime()'s loop, but I guess we need is initialize once.
How about this patch ?
yes, this is even better! dpcm_init_runtime_hw() is not called from anywhere else, so this looks good.
I kicked off SOF CI with this patch applied. It should be all good, but testing just in case.
Br, Kai