Re: [PATCH v3 04/10] ASoC: renesas: fsi: Fix register access from in-flight IRQ after shutdown
From: Bui Duc Phuc
Date: Fri Jun 05 2026 - 03:42:37 EST
Hi Morimoto-san
>
> fsi_stream_is_working() can handle that ?
>
Thanks for the suggestion - I'll use fsi_stream_is_working() instead.
One thing: it's currently defined after fsi_count_fifo_err(), so calling it
from there won't compile. I plan to move fsi_stream_is_working() up, above
fsi_count_fifo_err(), into the "basic function" block - next to the other
fsi_is_*() predicates, which is also a natural home for it.
Does that sound OK to you?
Best Regards,
Phuc