Re: [PATCH v3 09/10] ASoC: renesas: fsi: Use clock prepare handling in startup/shutdown
From: Bui Duc Phuc
Date: Mon May 11 2026 - 06:30:09 EST
Hi,
> fsi->clock.count check can be done on fsi_clk_[un]prepare() ?
Thank you. I will move:
if (clock->count != 0)
return 0;
to the beginning of the fsi_clk_[un]prepare() functions to make the
code cleaner and more compact.
Best regards,
Phuc